Vcl.ExtCtrls.TCustomRadioGroup.Create

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

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

プロパティ

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

説明

Create は,TCustomRadioGroup のインスタンスを作成および初期化します。

Create コンストラクタを呼び出すと,実行時にラジオグループをインスタンス化できます。設計時にフォームに追加されたラジオグループコンポーネントは,自動的に作成されます。

AOwner は,ラジオグループのインスタンスの解放を処理するコンポーネントです。これには,次のプロパティ設定も含まれます。

関連項目