[Overview][Types][Classes][Procedures and functions][Index] |
Constructor for the class instance.
Source position: shellctrls.pas line 121
public constructor TCustomShellTreeView.Create( |
AOwner: TComponent |
); override; |
AOwner |
|
Component that owns the class instance. |
Create is the constructor for the class instance. Create calls the inherited method using the value in AOwner as the owner for the class instance.
Create sets the default values for properties, including:
Create initializes internal members used to monitor the Root property for changes to its value, and the find options used to locate nodes in the Items for the tree view control. Find options include use of case-insensitive comparisons in node values when the CaseInsensitiveFilenames compiler define is enabled.
Please note: Values in the Items property are populated when the Loaded method is called during component streaming.
Modified in LCL version 3.0 to initialize the PathDelimiter property and internal find options. Modified in LCL version 4.0 to update the Options property.
|
Indicates the file system objects displayed using the control. |
|
|
Indicates if OS-provided icons are used for entries in the Shell control. |
|
|
Indicates the directory or path which is the top-level node in the tree view. |
|
|
Contains the tree nodes used to represent the hierarchical tree structure for the tree view control. |
|
|
Connects this ShellTreeView to a ShellListView. |
|
|
Performs actions needed when LCL component streaming has been completed. |
|
Version 4.0 | Generated 2025-05-03 | Home |