Vcl.JumpList.TJumpListCollection.Items

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

Returns the item of your list with the specified index.

See Also