Data.Bind.Components.TCustomBindGridList.BufferCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

__property int BufferCount = {read=FDeprecatedBufferCount, write=FDeprecatedBufferCount, 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