Show: Delphi C++
Display Preferences

Data.Bind.Components.TCustomBindGridList.BufferCount

From XE2 API Documentation
Jump to: navigation, search

Delphi

property BufferCount: Integer read FBufferCount write FBufferCount default -1;

C++

__property int BufferCount = {read=FBufferCount, write=FBufferCount, default=-1};

Properties

Type Visibility Source Unit Parent
property public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TCustomBindGridList

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.

See Also

Personal tools
Previous Versions
Translations