[Overview][Classes][Procedures and functions][Index] Reference for unit 'LookupStringList' (#lazutils)

TLookupStringList.Assign

Implements object persistence in the class.

Declaration

Source position: lookupstringlist.pas line 47

public procedure TLookupStringList.Assign(

  Source: TPersistent

); override;

Arguments

Source

  

Persistent object with property values for the class instance.

Description

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.

See also

TStrings.Assign


Version 4.0 Generated 2025-05-03 Home