Created
June 4, 2021 17:46
-
-
Save viniciussanchez/23e05b51d7f85a369115db6646ae4c38 to your computer and use it in GitHub Desktop.
Record Type Venda
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
type | |
TVenda = record | |
Valor: Currency; | |
end; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment