[Overview][Types][Classes][Procedures and functions][Index] |
Constructor for the class instance.
Source position: comboex.pas line 66
public constructor TListControlItem.Create( |
ACollection: TCollection |
); override; |
ACollection |
|
Collection where the class instance is stored. |
Create is the overridden constructor for the class instance. Create calls the inherited constructor using the value in ACollection as the owner for the collection item.
Create sets the default value for ImageIndex to -1 to indicate an index value has not been explicitly assigned.
|
Ordinal position for the image displayed for the collection item. |
Version 4.0 | Generated 2025-05-03 | Home |