System.Tether.AppProfile.TActionCollection.Items

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
System.Tether.AppProfile.pas
System.Tether.AppProfile.hpp
System.Tether.AppProfile TActionCollection


Beschreibung

Lokale Aktion, die den angegebenen Index in der Kollektion hat.

Siehe auch