TdxCustomMemData.CopyFromDataSet(TDataSet) Method
In This Article
Makes a copy of a specified dataset.
#Declaration
Delphi
procedure CopyFromDataSet(DataSet: TDataSet);
#Parameters
Name | Type |
---|---|
Data |
TData |
#Remarks
Call this method to duplicate the structure and data of the specified DataSet within the current ExpressMemData component. To accomplish this, the CopyFromDataSet method calls CreateFieldsFromDataSet and then LoadFromDataSet.
Note
Before copying Data
See Also