Back to Devexpress

TdxCustomMemData.LoadFromDataSet(TDataSet) Method

vcl-dxmdaset-dot-tdxcustommemdata-dot-loadfromdataset-x28-data-dot-db-dot-tdataset-x29.md

latest1.2 KB
Original Source

TdxCustomMemData.LoadFromDataSet(TDataSet) Method

Loads data from a specified dataset.

Declaration

delphi
procedure LoadFromDataSet(DataSet: TDataSet);

Parameters

NameType
DataSetTDataSet

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

TdxCustomMemData.LoadFromBinaryFile

TdxCustomMemData.LoadFromStream

TdxCustomMemData.LoadFromStrings

TdxCustomMemData.LoadFromTextFile

TdxCustomMemData.SaveToStream

TdxCustomMemData Class

TdxCustomMemData Members

dxmdaset Unit