[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Constructor for the class instance.
Source position: comctrls.pp line 1273
public constructor TListColumns.Create( |
AOwner: TCustomListView |
); |
Create is the constructor for the class instance, and reimplements the inherited method. TheOwner contains the TCustomListView control that owns the collection, instead of the item class used in the ancestor. TheOwner is assigned as the value for the Owner property.
Create calls the inherited constructor using TListColumn as the item class type for the collection.
|
Owner of the collection instance. |
|
|
Represents an individual column in a multi-column list control. |
|
Version 4.0 | Generated 2025-05-03 | Home |