Vcl.JumpList.TJumpCategories.Items

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

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


Beschreibung

Gibt die Kategorie aus Ihrer Liste von Kategorien zurück, die den angegebenen Index hat.

Siehe auch