Web.WebFileDispatcher.TWebFileExtensions.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 TWebFileExtensions

Description

Returns the value of a custom attribute assigned to one of the web file extensions.

The GetItemAttr method returns the value of a custom attribute assigned to one of the web file extensions. ItemIndex identifies the web file extension, while Index identifies the attribute.

See Also