Icon Size Property

property Size: Integer

Usage

Use the Size property to access or define the size for the field definition. Only field definitions set to use the following data types should have their Size property set:

   ftString
   ftFixedChar
   ftGuid
   ftBytes
   ftVarBytes
   ftBCD

Information Field definitions set to use the ftBCD type use the Size property to determine the maximum number of decimal places to use for the field definition. DBISAM allows a maximum of 4 decimal places for BCD fields.
Image