Vcl.StdCtrls.TRadioButton.Create

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

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TRadioButton(System::Classes::TComponent* AOwner);
/* TWinControl.CreateParented */ inline __fastcall TRadioButton(HWND ParentWindow) : TButtonControl(ParentWindow) { }

プロパティ

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

説明

Create は,TRadioButton のインスタンスを作成します。

Create メソッドを呼び出すと,実行時にラジオボタンをインスタンス化できます。設計時にフォームに追加されたラジオボタンは自動的に作成されます。

AOwner は,Owner プロパティの値となるコンポーネント(通常はフォーム)です。オーナーは,ラジオボタンオブジェクトの解放を処理します。

関連項目