[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'DB' (#fcl)

TField.Size

Logical size of the field

Declaration

Source position: db.pas line 434

public property TField.Size : Integer
  read FSize
  write SetSize;

Description

Size is the declared size of the field for datatypes that can have variable size, such as string types, BCD types or array types. To get the size of the storage needed to store the field's content, the DataSize should be used. For blob fields, the current size of the data is not guaranteed to be present.

See also

DataSize

  

Size of the field's data


Documentation generated on: May 14 2021