Vcl.Buttons.TBitBtn.Create

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

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TBitBtn(System::Classes::TComponent* AOwner);
/* TWinControl.CreateParented */ inline __fastcall TBitBtn(HWND ParentWindow) : Vcl::Stdctrls::TCustomButton(ParentWindow) { }

プロパティ

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

説明

ボタンコントロールのインスタンスを作成し,その値を初期化します。

Create コンストラクタを使用すると,プログラムでボタンをインスタンス化できます。フォームデザイナで追加したボタンは自動的に作成されます。

AOwner パラメータは,ボタンの解放を処理するコンポーネント(通常はフォーム)を指定します。

関連項目