Vcl.JumpList.TJumpListCollection.Items
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é.