System.Tether.AppProfile.TResourceCollection.Items

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Items[Index: Integer]: TLocalResource read GetItem write SetItem;

C++

__property TLocalResource* Items[int Index] = {read=GetItem, write=SetItem};

Properties

Type Visibility Source Unit Parent
property public
System.Tether.AppProfile.pas
System.Tether.AppProfile.hpp
System.Tether.AppProfile TResourceCollection

Description

Local resource that has the specified index in the collection.

See Also