Vcl.ActnCtrls.TCustomUtilityButton.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TCustomUtilityButton(System::Classes::TComponent* AOwner);

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.ActnCtrls.pas
Vcl.ActnCtrls.hpp
Vcl.ActnCtrls TCustomUtilityButton

Description

Creates an instance of TCustomUtilityButton.

Calling Create constructs and initializes an instance of the TCustomUtilityButton class.

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

See Also