[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'ShellCtrls' (#lcl)

TCustomShellTreeView.ShellListView

Connects this ShellTreeView to a ShellListView.

Declaration

Source position: shellctrls.pas line 139

public property TCustomShellTreeView.ShellListView : TCustomShellListView
  read FShellListView
  write SetShellListView;

Description

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.

See also

TShellListView

  

Implements a list view control to display the files, directories and other objects (such as devices) on the local file system.

TCustomShellListView

  

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.

TCustomShellListView.ShellTreeView

  

Used to connect the ShellListView to a ShellTreeView.


Version 4.0 Generated 2025-05-03 Home