DAC for MySQL
TMySQLDataSet.Properties.RecordSize | Previous Next |
Indicates the size of a record in the dataset.
Syntax:
property RecordSize: Word;
Description:
Examine RecordSize to determine the physical size, in bytes, of the buffer Delphi
allocates to hold a record in the dataset. When a dataset is opened, the Open procedure requests
record-buffer size information and stores the returned information in RecordSize. Delphi uses
this information internally. Applications seldom, if ever, require this information.