Skip to content

Instantly share code, notes, and snippets.

@viniciussanchez
Created June 4, 2021 17:46
Show Gist options
  • Save viniciussanchez/23e05b51d7f85a369115db6646ae4c38 to your computer and use it in GitHub Desktop.
Save viniciussanchez/23e05b51d7f85a369115db6646ae4c38 to your computer and use it in GitHub Desktop.
Record Type Venda
type
TVenda = record
Valor: Currency;
end;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment