[Overview][Types][Classes][Procedures and functions][Index] |
Constructor for the class instance.
Source position: shellctrls.pas line 93
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 initializes an internal member used to monitor the Root property for changes to its value. Create sets the value in ObjectTypes to display folders.
Please note: Values in the Items property are populated when the Loaded method is called during component streaming.
|
Indicates the directory to start showing the list of items. |
|
|
Indicates the file system objects displayed using the control. |
|
|
The container with the TTreeNode instances for the control. |
|
|
Connects this ShellTreeView to a ShellListView. |
|
|
Performs actions needed when LCL component streaming has been completed. |