[Overview][Types][Classes][Procedures and functions][Index] |
Connects this ShellTreeView to a ShellListView.
Source position: shellctrls.pas line 139
public property TCustomShellTreeView.ShellListView : TCustomShellListView |
ShellListView is a TCustomShellListView property used to connect the tree view to a list view control.
Methods and properties in the list view control can be used to change the currently selected directory, or to limit its display to specific object types. Changes to the Root or ObjectTypes properties in the list view are propagated to the associated tree view control.
In a similar fashion, changes to the Root property or the selected item in the tree view causes the changes to be propagated to the associated list view control.
|
Implements a list view control to display the files, directories and other objects (such as devices) on the local file system. |
|
|
The base class that defines a list view control to display the files, directories and other objects (such as devices) from the local file system. |
|
|
Used to connect the ShellListView to a ShellTreeView. |
Version 4.0 | Generated 2025-05-03 | Home |