Vcl.FileCtrl.TDirectoryListBox.GetItemPath
Delphi
function GetItemPath(Index: Integer): string;
C++
System::UnicodeString __fastcall GetItemPath(int Index);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | Vcl.FileCtrl.pas Vcl.FileCtrl.hpp |
Vcl.FileCtrl | TDirectoryListBox |
Description
Returns the path of a directory in the directory list box.
Use GetItemPath to get the path of a directory by specifying the directory's index value. The first directory in the list has an index of 0.
See Also
Code Examples