API:Vcl.ActnMan.TCheckBoxProperties.Create

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

Delphi

constructor Create(AItem: TActionClientItem); override;

C++

__fastcall virtual TCheckBoxProperties(TActionClientItem* AItem);

プロパティ

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

説明

TCommandProperties クラスの新しいインスタンスを作成します。

Vcl.ActnMan.TCheckBoxProperties.Create は Vcl.ActnMan.TCommandProperties.Create を継承しています。以下の内容はすべて Vcl.ActnMan.TCommandProperties.Create を参照しています。

TCommandProperties クラスの新しいインスタンスを作成します。

Create を呼び出すと、TCommandProperties クラスの新しいインスタンスが作成されます。AItem パラメータには、TCommandProperties が制御する TActionClientItem への参照が保持されます。

メモ:  TCommandProperties は基底クラスなので、TCommandProperties インスタンスを作成しないでください。

関連項目