Vcl.JumpList.TJumpListCollection.Items

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Vcl.JumpList.pas
Vcl.JumpList.hpp
Vcl.JumpList TJumpListCollection


Beschreibung

Gibt den Eintrag in Ihrer Liste mit dem angegebenen Index zurück.

Siehe auch