Constructor for the class instance.
Source position: comctrls.pp line 1598
public constructor TCustomListView.Create( |
AOwner: TComponent |
); override; |
AOwner |
|
Owner of the class instance. |
Create is the overridden constructor for TCustomListView. It calls the inherited Create method, and allocates resources needed for the class instance.
Create sets the default values for properties and the control style flags. It creates a TChangeLink instance for the image lists in SmallImages, LargeImages, and StateImages. The change links are configured to use the ImageChange and ImageResolutionHandleDestroyed methods in their event handlers. It also creates the TCustomListViewEditor instance used to edit values in the list view control.
|
Constructor for the class instance. |