Copies the contents of another AdvFieldDefs to the object where the method is executed.
procedure Assign(Source: TABSAdvFieldDefs); override;
Description
Use Assign to copy the contents of one TABSAdvFieldDefs instance to another. The Assign method deletes all items from the destination TABSAdvFieldDefs (the object where it is executed), then adds a copy of each item in the Source TABSAdvFieldDefs Items array.
|
|