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

TShellTreeNode.BasePath

Contains the path to the file system object in the tree node.

Declaration

Source position: shellctrls.pas line 366

public property TShellTreeNode.BasePath : string
  read FBasePath;

Description

BasePath is a read-only String property which contains the path on the local file system to the object in the tree node. The value for the property is set when the tree node is created in TShellTreeView methods using the SetBasePath method in the class instance.

See also

TShellTreeNode.SetBasePath

  

Sets the value in the BasePath property.

TCustomShellTreeView.PopulateTreeNodeWithFiles

  

Adds tree nodes for file system objects found starting at the specified node / path.

TCustomShellTreeView.PopulateWithBaseFiles

  

Fills the tree view when the Root directory is empty.

TCustomShellListView.PopulateWithRoot

  

Fills the list view with file system information for the root directory.