RowCount: Integer;
The RowCount property determines the number of data rows, which must be loaded to the created table.
By default the property is set to Integer.MaxValue, at the same time all the data is loaded from the selected source to the table.
The example of use is given in description of the Execute method.
See also: