[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Constructor for the class instance.
Source position: comctrls.pp line 1241
public constructor TListColumn.Create( |
ACollection: TCollection |
); override; |
ACollection |
|
Collection which owns the list column instance. |
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.
Version 4.0 | Generated 2025-05-03 | Home |