Web.WebFileDispatcher.TWebDirectories.GetAttr

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

Returns the name of a custom attribute.

The GetAttr method returns the name of a custom attribute. If there is no attribute corresponding to the Index parameter, an empty string is returned.

See Also