Web.WebFileDispatcher.TWebDirectories.GetItemAttr

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
function protected
Web.WebFileDispatcher.pas
Web.WebFileDispatcher.hpp
Web.WebFileDispatcher TWebDirectories

Description

Returns the custom attribute assigned to one of the web directories.

The GetItemAttr method returns the value of the custom attribute assigned to one of the web directories. ItemIndex identifies the web directory, while Index identifies the attribute.

See Also