Constructor for the class instance.
Source position: comctrls.pp line 1231
public constructor TListColumn.Create( |
ACollection: TCollection |
); override; |
Create is the constructor for TListColumn, and sets the default values for properties, including:
Create calls the inherited Create method to instantiate the class instance and assign the value in ACollection as the owner for the class instance.
TCollectionItem.Create |