Vcl.JumpList.TJumpCategoryItem.Items

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Items: TJumpListCollection read FItems write SetItems;

C++

__property TJumpListCollection* Items = {read=FItems, write=SetItems};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
Vcl.JumpList.pas
Vcl.JumpList.hpp
Vcl.JumpList TJumpCategoryItem


Beschreibung

Liste der Einträge in Ihrer Kategorie.

Siehe auch