| [Overview][Constants][Types][Classes][Procedures and functions][Index] | 
The size of a float type.
Source position: typinfo.pp line 84
type TFloatType = (  | 
||
ftSingle,  | 
  | 
Single-sized float  | 
ftDouble,  | 
  | 
Double-sized float  | 
ftExtended,  | 
  | 
Extended-size float  | 
ftComp,  | 
  | 
Comp-type float  | 
ftCurr  | 
  | 
Currency-type float  | 
);  |