Vcl.ActnCtrls.TCustomUtilityButton.Create

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

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

プロパティ

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

説明

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

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

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

関連項目