[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Stores property values to the specified persistent object.
Source position: valedit.pas line 40
protected procedure TItemProp.AssignTo( |
Dest: TPersistent |
); override; |
Dest |
|
Persistent object to receive values from the class. |
AssignTo is a procedure used to store property values in the class instance to the specified persistent object. AssignTo ensures that Dest is a ItemProp class instance prior to storing the following properties in the target:
If Dest is not a TItemProp class instance, the inherited AssignTo method is called.
Version 4.0 | Generated 2025-05-03 | Home |