Vcl.JumpList.TJumpCategories.Items
Delphi
property Items[Index: Integer]: TJumpCategoryItem read GetItem write SetItem; default;
C++
__property TJumpCategoryItem* Items[int Index] = {read=GetItem, write=SetItem/*, default*/};
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| property | public | Vcl.JumpList.pas Vcl.JumpList.hpp |
Vcl.JumpList | TJumpCategories |
説明
カテゴリのリスト内で、指定されたインデックスを持つカテゴリを返します。