Vcl.JumpList.TJumpListCollection.Items

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
Vcl.JumpList.pas
Vcl.JumpList.hpp
Vcl.JumpList TJumpListCollection


説明

指定されたインデックスを持つ、リスト項目を返します。

関連項目