Created
June 4, 2021 17:55
-
-
Save viniciussanchez/df02a341c0ce9b1b2d0635f817c6a88d to your computer and use it in GitHub Desktop.
Atribuição de valor para o record de vendas
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
var | |
LVenda: TVenda; | |
begin | |
LVenda.Valor := StrToCurr('300'); | |
end; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment