Vcl.JumpList.TJumpCategoryItem.Items

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Items: TJumpListCollection read FItems write SetItems;

C++

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

Properties

Type Visibility Source Unit Parent
property published
Vcl.JumpList.pas
Vcl.JumpList.hpp
Vcl.JumpList TJumpCategoryItem

Description

List of items in your category.

See Also