Copy all items from one dataset to another.
Source position: db.pas line 241
public procedure TFieldDefs.Assign( |
FieldDefs: TFieldDefs |
); overload; |
FieldDefs |
|
FieldDefs to copy items from. |
Assign simply calls inherited Assign with the FieldDefs argument.
|
Assign the contents of one TFieldDef instance to another. |