Web.WebFileDispatcher.TWebDirectories.GetItemAttr

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

Delphi

function GetItemAttr(Index, ItemIndex: Integer): string; override;

C++

DYNAMIC System::UnicodeString __fastcall GetItemAttr(int Index, int ItemIndex);

プロパティ

種類 可視性 ソース ユニット
function protected
Web.WebFileDispatcher.pas
Web.WebFileDispatcher.hpp
Web.WebFileDispatcher TWebDirectories

説明

Web ディレクトリの 1 つに割り当てられている、カスタム属性を返します。

GetItemAttr メソッドは、Web ディレクトリの 1 つに割り当てられている、カスタム属性の値を返します。 ItemIndex には Web ディレクトリを、Index には属性を指定します。

関連項目