[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Stores properties from Source in the current class instance.
Source position: valedit.pas line 95
public procedure TValueListStrings.Assign( |
Source: TPersistent |
); override; |
Source |
|
Persistent object with properties copied into the current class instance. |
Assign is an overridden procedure used to store properties from Source in the current class instance.
Assign uses the TValueListEditor which own the class instance to invalidate cached rows in the control. Assign calls Clear to remove any existing values and to prevent an exception when sorting values. Assign calls the inherited method using Source as an argument. If Source is a TValueListStrings instance, its internal item definitions are stored in the current class instance.
|
A visual grid control for editing Key-Value pairs. |
|
|
Stores values and item definitions used in TValueListEditor. |
|
Version 4.0 | Generated 2025-05-03 | Home |