Data.Bind.Components.TCustomBindGridLink.BufferCount
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: public | |
| Source: Data.Bind.Components.pas Data.Bind.Components.hpp
| |
| Unit: Data.Bind.Components | |
| Parent: TCustomBindGridLink | |
Delphi
property BufferCount: Integer read FDeprecatedBufferCount write FDeprecatedBufferCount default -1;
C++
__property int BufferCount = {read=FDeprecatedBufferCount, write=FDeprecatedBufferCount, default=-1};
Description
Specifies the maximum number of rows to request from the source component.
A value of -1 indicates that the source component uses its default buffer count. For a source component of TBindScopeDB, the default buffer count is 200. Set BufferCount to a higher number in order to display more rows in the grid component.