Skip to main content

TdxCustomMemData.LoadFromDataSet(TDataSet) Method

Loads data from a specified dataset.

Declaration

procedure LoadFromDataSet(DataSet: TDataSet);

Parameters

Name Type
DataSet TDataSet

Remarks

Call this method to load data from a dataset specified by the DataSet parameter.

Note

When retrieving data from a dataset, make certain that this dataset contains the fields supported by ExpressMemData.

See Also