DataGrid.RowsToBuffer

Syntax

RowsToBuffer: Integer;

Description

The RowsToBuffer property determines the number of loaded data rows on scrolling of asynchronous table.

Comments

Use JSON or the setRowsToBuffer method to set the property value and the getRowsToBuffer method to get the property value.

Default property value is 10.

It is used only in asynchronous table work mode.

Example

The example of use is given on the Example of Creating an Asynchronous Data Table page.

See also:

DataGrid