[Overview][Types][Classes][Procedures and functions][Index] |
Gets the name for the item represented in the tree node.
Source position: shellctrls.pas line 420
public function TShellTreeNode.ShortFilename: string; |
Name for the item represented in the tree node without path information.
ShortFilename is a String function used to get the short file name for the item represented in the tree node. The return value contains the value in the Text property for the tree node, and represents the name for the file system entry without drive or path information.
Use FullFilename to get the complete name which includes complete path information for the item represented in the tree node.
Modified in LCL version 2.2.2 to remove direct access to the internal TSearchRec instance for the node when getting the property value.
|
Gets the full file name including path for the item represented in the tree node. |
|
|
Text displayed for the tree node. |
Version 4.0 | Generated 2025-05-03 | Home |