| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Copy all items from one dataset to another
Source position: db.pas line 216
| 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. |