[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Constructor for the class instance.
Source position: valedit.pas line 72
public constructor TItemPropList.Create( |
AOwner: TValueListStrings |
); |
AOwner |
|
Owner for the container class instance. |
Create is the constructor for the container. Create stores the value in AOwner as the owner of the container. Create allocates the internal TFPObjectList instance used to store Items in the list; objects in the list are owner by the container.
|
Provides access to items in the container by their ordinal position. |
|
|
Destructor for the class instance. |
Version 4.0 | Generated 2025-05-03 | Home |