[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Constructor for the class instance.
Source position: comctrls.pp line 3705
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.0 | Generated 2025-05-03 | Home |