[Overview][Types][Classes][Index] |
Copies property values from the specified persistent object into the current class instance.
Source position: propertystorage.pas line 51
public procedure TStoredValue.Assign( |
Source: TPersistent |
); override; |
Source |
|
Persistent object with property values copied in the method. |
Assign is an overridden method in TStoredValue used to copy property values from the persistent object specified in Source into the current class instance. When Source is assigned and derived from TStoredValue, the following properties are copied:
No actions are performed in the method when Source is unassigned (Nil) or not derived from TStoredValue. It does not call the inherited method.
Version 4.0 | Generated 2025-05-03 | Home |