Vcl.JumpList.TJumpListCollection.Items

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

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


Description

Renvoie l'élément de votre liste avec l'index spécifié.

Voir aussi