[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Copies property values from the current class instance to the specified persistent object.
Source position: controls.pp line 1991
public procedure TControlChildSizing.AssignTo( |
Dest: TPersistent |
); override; |
Dest |
|
Persistent object where the property values are stored. |
AssignTo calls the Assign method for the object instance in Dest using the current class instance as the source of the values copied in the method.
|
Copies property values from the specified persistent object into the current class instance. |
|
TPersistent.Assign |