[Overview][Types][Classes][Procedures and functions][Index] |
Indicates if the tree node is a directory on the local file system.
Source position: shellctrls.pas line 422
public function TShellTreeNode.IsDirectory: Boolean; |
True when the tree node represents a directory on the local file system.
IsDirectory is a Boolean function which indicates if the file system object for the tree node is a directory on the local file system. The return value is True when the file attributes in the internal TSearchRec instance for the tree node includes the faDirectory attribute.
Use HasChildren to determine if the shell tree node has child nodes representing files or sub-directories.
|
Sets the value in the BasePath property. |
|
|
Adds tree nodes for file system objects found starting at the specified node / path. |
|
|
Fills the tree view when the Root directory is empty. |
|
|
Fills the list view with file system information for the directory in Root. |
|
|
Indicates whether the tree node has child nodes. |
Version 4.0 | Generated 2025-05-03 | Home |