API:Vcl.StdCtrls.TRadioButton.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TRadioButton

Description

Creates a button control.

Vcl.StdCtrls.TRadioButton.Create inherits from Vcl.StdCtrls.TButtonControl.Create. All content below this line refers to Vcl.StdCtrls.TButtonControl.Create.

Creates a button control.

AOwner is the component that is responsible for freeing the button. It becomes the value of the Owner property.