DelphiBasics
Comp
Obsolete
A 64 bit signed integer System unit
type Comp = -9223372036854775808..9223372036854775807;
Description
The Comp type is a 64 bit signed Integer.
 
This is obsolete - use Int64 instead.
Notes
There is no unsigned 64 bit integer type in Delphi.
Related commands
Int64A 64 bit sized integer - the largest in Delphi
 Download this web site as a Windows program.




 
Delphi Programming © Neil Moffatt . All rights reserved.  |  Home Page