Vcl.JumpList.TJumpListItem.Create

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

Delphi

constructor Create(Collection: TCollection); override;

C++

__fastcall virtual TJumpListItem(System::Classes::TCollection* Collection);

プロパティ

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


説明

TJumpListItem のインスタンスを作成および初期化します。

コレクション項目をインスタンス化するために Create を呼び出してはいけません。 代わりに、項目が属するコレクションの、Add メソッドを呼び出します。

Collection プロパティは、この新しい項目を格納している TJumpCategories インスタンスを示します。

関連項目