[Overview][Types][Classes][Procedures and functions][Index] |
Used to connect the ShellListView to a ShellTreeView.
Source position: shellctrls.pas line 301
public property TCustomShellListView.ShellTreeView : TCustomShellTreeView |
ShellTreeView is a TCustomShellTreeView property used to connect the list view control to a shell tree view control. ShellTreeView provides access to the currently selected device, file, or directory in the local file system.
Changing the value in ShellTreeView causes the Clear method to be called to refresh the list view control. The path to the Selected item in the tree view is used as the Root property in the list view. The PopulateWithRoot method is called to fill the Items in the list view control.
|
Indicates the initial directory path whose objects are displayed in the control. |
|
|
Fills the list view with file system information for the directory in Root. |
|
|
Connects this ShellTreeView to a ShellListView. |
|
|
Implements a tree view control to display the files, directories and other objects (such as devices) from the local file system. |
|
|
The base class for a tree view control used to display files, directories and other objects (such as devices) from the local file system. |
|
|
The selected tree node in the control. |
|
|
Clears the Items for the list view. |
Version 4.0 | Generated 2025-05-03 | Home |