API:Vcl.StdCtrls.TCustomCheckBox.Create
Delphi
constructor Create(AOwner: TComponent); override;
C++
__fastcall virtual TCustomCheckBox(System::Classes::TComponent* AOwner);
/* TWinControl.CreateParented */ inline __fastcall TCustomCheckBox(HWND ParentWindow) : TButtonControl(ParentWindow) { }
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
constructor | public | Vcl.StdCtrls.pas Vcl.StdCtrls.hpp |
Vcl.StdCtrls | TCustomCheckBox |
Description
Creates a button control.
Vcl.StdCtrls.TCustomCheckBox.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.