Icon LoadRows Method

procedure LoadRows(DataSet: TDataSet; Append: Boolean=False)

Usage

Available In: Client and Server Applications

Use this method to load the rows for the specified dataset from the web server. Specify True for the Append parameter to have the rows appended to the dataset. The default behavior is to replace all rows in the dataset with the rows returned by the web server.
Image