Constructor for the class instance.
Source position: comctrls.pp line 3707
public constructor TCustomTreeView.Create( |
AnOwner: TComponent |
); override; |
AnOwner |
|
Owner of the class instance. |
Create is the constructor for TCustomTreeView. It calls the inherited Create method, and sets the default values for members and properties in the class instance. These include:
Create allocates resources needed for properties including:
It also allocated resources for internal members including:
Create assigns and configures event handler routines used internally in the class instance.
|
Constructor for the class instance. |
|
| Version 4.4 | Generated 2025-11-08 | Home |