Skip to content

Instantly share code, notes, and snippets.

@viniciussanchez
Created June 4, 2021 17:55
Show Gist options
  • Save viniciussanchez/df02a341c0ce9b1b2d0635f817c6a88d to your computer and use it in GitHub Desktop.
Save viniciussanchez/df02a341c0ce9b1b2d0635f817c6a88d to your computer and use it in GitHub Desktop.
Atribuição de valor para o record de vendas
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