DataGrid.NearLimit

Syntax

NearLimit: Integer;

Description

The NearLimit property determines the number of scrolled rows of asynchronous table, at which the next data portion is loaded to the source.

Comments

Use JSON or the setNearLimit method to set the property value, and the getNearLimit method to get the property value.

Default property value is 5.

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