TdxCustomMemData.LoadFromDataSet(TDataSet) Method
In This Article
Loads data from a specified dataset.
#Declaration
Delphi
procedure LoadFromDataSet(DataSet: TDataSet);
#Parameters
Name | Type |
---|---|
Data |
TData |
#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 Express
See Also