[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: Design-time 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 which objects should be shown in this control (for example if it should show files and directories or only directories). |
|
|
The container with the TTreeNode instances used in the control. |
|
|
Connects this ShellTreeView to a ShellListView. |
|
|
Performs actions needed when LCL component streaming has been completed. |