Vcl.JumpList.TJumpCategories.Items

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
property public
Vcl.JumpList.pas
Vcl.JumpList.hpp
Vcl.JumpList TJumpCategories

Description

Returns the category within your list of categories with the specified index.

See Also