DataGrid REALbasic Plugin

DataGrid.Rows Property

To set or get the row count.

Rows as Integer {Read and Write}

Remarks

The Rows property can be used to let the DataGrid ReQuery and specify the number of rows in the result.
The DataGrid is not refreshed after the Rows method is executed.
Use the Refresh method or LockDrawing mechanism after the Rows property if you want to force a redraw.

See also:
The ReQuery method.

See Also

DataGrid Control