Vcl.Buttons.TSpeedButton.Create

From RAD Studio API Documentation
Jump to: navigation, search

C++

/* TCustomSpeedButton.Create */ inline __fastcall virtual TSpeedButton(System::Classes::TComponent* AOwner) : TCustomSpeedButton(AOwner) { }

Properties

Type Visibility Source Unit Parent
constructor public Vcl.Buttons.hpp Vcl.Buttons TSpeedButton

Description

Creates and initializes an instance of TSpeedButton.

Call Create to create a speed button at runtime. Speed buttons placed on forms at design time are created automatically.

AOwner is the component, typically a form, that is responsible for freeing the speed button.

See Also