RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBQuery.BufferChunks Property

Specifies the dataset buffer chunk size.

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

Use BufferChunks to get or set the number of records for which the dataset allocates buffer space at any time. When the dataset's buffer is full, trying to fetch an additional record causes the dataset to reallocate the buffer so that it has enough memory to hold an additional BufferChunks records.

Note: When UniDirectional is true, BufferChunks has no meaning.
 

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