JVCL Help:TJvDirectoryListBox.GetItemPath
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvDirectoryListBox.GetItemPath Method
[+] TJvDirectoryListBox Events
[+] TJvDirectoryListBox Fields
[+] TJvDirectoryListBox Methods
[+] TJvDirectoryListBox Properties
Search in JVCL Help
Search in all projectsSummary
Returns the path of a directory in the directory list box.
Pascal
functionGetItemPath(Index: Integer): string;
Parameters
Parameters | Description |
Index: Integer | Index of the directory in the list. |
Return Value
The path to the selected item or an empty string if Index is out of bounds.
Description
Use GetItemPath to get the path of a directory by specifying the index value of the directory. The first directory in the list has an index of 0.
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page