[Overview][Classes][Procedures and functions][Index] |
Implements object persistence in the class.
Source position: lookupstringlist.pas line 47
public procedure TLookupStringList.Assign( |
Source: TPersistent |
); override; |
Source |
|
Persistent object with property values for the class instance. |
Assign is an overridden method which implements the object persistence mechanism in the class. Assign ensures that property values in Source are stored in the current class instance. Assign calls the inherited method. When Source is a TLookupStringList class instance, the values in its internal string map are also stored in the current class instance.
Version 4.0 | Generated 2025-05-03 | Home |