[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Constructor for the class instance.
Source position: valedit.pas line 93
public constructor TValueListStrings.Create( |
AOwner: TValueListEditor |
); |
AOwner |
|
TValueListEditor that owns the class instance. |
Create is the constructor for the class instance. Create calls the inherited constructor. Create uses the value in AOwner as the owner of the class instance. Create allocates resources need for the internal TItemPropList used for item definitions in the control.
|
Implements a storage container for items added to TValueListEditor. |
Version 4.0 | Generated 2025-05-03 | Home |