[Overview][Types][Classes][Procedures and functions][Index] |
Gets the path on the local file system for the specified item.
Source position: shellctrls.pas line 293
public function TCustomShellListView.GetPathFromItem( |
ANode: TListItem |
):string; |
ANode |
|
List item examined in the method. |
Complete path to the item.
GetPathFromItem is a String function used to get the path on the local file system for the list item specified in ANode. The return value contains the content from the Root property with a trailing path delimiter, joined with the Caption for the TListItem in ANode.
|
Indicates the initial directory path whose objects are displayed in the control. |
|
|
Represents the items created in TCustomListView and descendants. |
Version 4.0 | Generated 2025-05-03 | Home |