Vcl.StdCtrls.TButtonControl.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Properties

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

Description

Creates a button control.

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