[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Assign the contents of one TFieldDef instance to another.
Source position: db.pas line 185
public procedure TFieldDef.Assign( |
APersistent: TPersistent |
); override; |
APersistent |
|
TFieldDef instance to copy data from. |
Assign assigns all published properties of APersistent to the current instance, if APersistent is an instance of class TFieldDef.
If APersistent is not of class TFieldDef, then an exception will be raised.