Copies the properties of one field definition to another.
procedure Assign(Source: TABSAdvFieldDef); override;
Description
Call Assign to copy a field definition. Assign checks whether the Source parameter specifies another field definition, and if so, copies the values of its properties. Note that the value of FieldNo is not changed.
|