Vcl.FileCtrl.TDirectoryListBox.GetItemPath

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function GetItemPath(Index: Integer): string;

C++

System::UnicodeString __fastcall GetItemPath(int Index);

プロパティ

種類 可視性 ソース ユニット
function public
Vcl.FileCtrl.pas
Vcl.FileCtrl.hpp
Vcl.FileCtrl TDirectoryListBox

説明

ディレクトリリストボックスのディレクトリのパスを返します。

GetItemPath メソッドを呼び出すと,ディレクトリのインデックス値を指定してディレクトリのパスを取得できます。リストの最初のディレクトリのインデックスは 0 です。

関連項目