Vcl.JumpList.TJumpListCollection.operator []

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

C++

TJumpListItem* operator[](int Index) { return this->Items[Index]; }

Eigenschaften

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


Beschreibung

Ermöglicht den Zugriff auf die Listeneinträge Ihrer Liste von Einträgen durch Verwenden von eckigen Klammern direkt in Ihrer Instanz von TJumpListCollection.

TJumpListItem* FirstItem = JumpList[0];

Siehe auch