Unit 'flcDecimal' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_fundamentals]

SDecimal64

Declaration

Source position: flcDecimal.pas line 132

type SDecimal64 = packed record

  Sign: Int8;

  

  Value: Decimal64;

  

end;



CT Web help

CodeTyphon Studio