API:Web.WebFileDispatcher.TWebFileExtensions.GetItem

From RAD Studio API Documentation

Delphi

function GetItem(Index: Integer) : TWebFileExtensionItem;

C++

HIDESBASE TWebFileExtensionItem* __fastcall GetItem(int Index);

Properties

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

Description

Returns a specified item in the collection. {{#multireplace:Web.WebFileDispatcher.TWebFileExtensions.GetItem|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:System.Classes.TCollection.GetItem|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:System.Classes.TCollection.GetItem|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Returns a specified item in the collection.

GetItem is the protected read implementation of the Items property.

See Also