8.2 Data formats

This section gives information on the storage space occupied by the different possible types in Free Pascal. Information on internal alignment will also be given.


   integer types
   char types
   boolean types
   enumeration types
   floating point types
    single
    double
    extended
    comp
    real
   pointer types
   string types
    ansistring types
    shortstring types
    widestring types
   set types
   array types
   record types
   object types
   class types
   file types
   procedural types