API:Vcl.ActnMenus.TCustomMenuExpandBtn.Create

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

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TCustomMenuExpandBtn(System::Classes::TComponent* AOwner);

プロパティ

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

説明

Create は、TCustomUtilityButton のインスタンスを作成します。

Vcl.ActnMenus.TCustomMenuExpandBtn.Create は Vcl.ActnCtrls.TCustomUtilityButton.Create を継承しています。以下の内容はすべて Vcl.ActnCtrls.TCustomUtilityButton.Create を参照しています。

Create は、TCustomUtilityButton のインスタンスを作成します。

Create を呼び出すと、TCustomUtilityButton クラスのインスタンスを構築および初期化します。

AOwner は、そのボタン コントロールの解放を担当するコンポーネントです。 これは、Owner プロパティの値となります。

関連項目