RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataSet.RecordSize Property

Indicates the size of a record in the dataset.

Pascal
property RecordSize: Word;
C++
__property Word RecordSize;

RecordSize indicates the size needed for internal record buffers. In TDataSet, the value of RecordSize is always 0 because TDataSet does not implement record buffering. Descendant classes that buffer records override the property getter to return the number of bytes in a record buffer. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!