System.Tether.AppProfile.TResourceCollection.GetItem

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetItem(Index: Integer): TLocalResource;

C++

HIDESBASE TLocalResource* __fastcall GetItem(int Index);

Properties

Type Visibility Source Unit Parent
function protected
System.Tether.AppProfile.pas
System.Tether.AppProfile.hpp
System.Tether.AppProfile TResourceCollection

Description

Returns the local resource that has the specified index in the collection.

GetItem is the protected read implementation of the Items property.

See Also