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

TDataSet.RecordSize

Size of the record in memory

Declaration

Source position: db.pas line 1737

public property TDataSet.RecordSize : Word
  read GetRecordSize;

Description

RecordSize is the total size of the memory buffer used for the records. This property returns always 0 in the TDataset implementation. Descendent classes should implement this property. Note that this property does not necessarily reflect the actual data size for the records. that may be more or less, depending on how the TDataset descendent manages it's data.

See also

TField.Datasize

  

Size of the field's data

TDataset.RecordCount

  

Number of records in the dataset

TDataset.RecNo

  

Current record number


Documentation generated on: May 14 2021