REST.Backend.ServiceComponents.TCustomBackendPush.TExtrasCollection.GetItem

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetItem(AIndex: integer): TExtrasItem;

C++

HIDESBASE TCustomBackendPush::TExtrasItem* __fastcall GetItem(int AIndex);

Properties

Type Visibility Source Unit Parent
function protected
REST.Backend.ServiceComponents.pas
REST.Backend.ServiceComponents.hpp
REST.Backend.ServiceComponents TExtrasCollection

Description

Returns a specified item in the collection.

REST.Backend.ServiceComponents.TCustomBackendPush.TExtrasCollection.GetItem inherits from System.Classes.TCollection.GetItem. All content below this line refers to System.Classes.TCollection.GetItem.

Returns a specified item in the collection.

GetItem is the protected read implementation of the Items property.

See Also