Web.WebFileDispatcher.TWebDirectories.GetAttr

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

Delphi

function GetAttr(Index: Integer): string; override;

C++

DYNAMIC System::UnicodeString __fastcall GetAttr(int Index);

プロパティ

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

説明

カスタム属性の名前を返します。

GetAttr メソッドは、カスタム属性の名前を返します。Index パラメータに該当する属性がない場合、空の文字列が返されます。

関連項目