Unit 'DB' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TField.Size

Logical size of the field.

Declaration

Source position: db.pas line 459

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: Jul 24 2023