Vcl.FileCtrl.TDirectoryListBox.GetItemPath

From RAD Studio API Documentation
Jump to: navigation, search

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