RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataSet.BufferCount Property

Indicates the number of records in the internal cache.

Pascal
property BufferCount: Integer;
C++
__property int BufferCount;

All TDataSet descendants except for unidirectional datasets maintain an internal cache of records from the underlying database tables. For example, if the dataset is used to populate a data-aware grid, the cache includes a record for each row in the grid. BufferCount indicates the size of this cache.  

BufferCount is read-only. An associated TDataLink object determines its value. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!