JVCL Help:TJvDirectoryListBox.GetItemPath

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

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