[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Copies property values from the class instance to the specified persistent object.
Source position: menus.pp line 397
protected procedure TMenu.AssignTo( |
Dest: TPersistent |
); override; |
Dest |
|
Persistent object where the property values are stored. |
AssignTo is an overridden method in TMenu which re-implements the method from the ancestor class. AssignTo copies property values from the current class instance to the persistent object in the Dest argument.
When Dest is a TMenu instance, an implementation routine is called to copy the property value. If Dest is not derived from TMenu (or Nil), the inherited method (which raises an EConvertError exception) is called.
Version 4.0 | Generated 2025-05-03 | Home |