Vcl.ComCtrls.TToolButton.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TToolButton

Description

Creates and initializes a TToolButton instance.

Call Create to create a TToolButton object at runtime. Tool buttons added at design time are created automatically.

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

See Also

Code Examples