API:Vcl.RibbonActnCtrls.TTimerSpeedButton.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.RibbonActnCtrls.pas
Vcl.RibbonActnCtrls.hpp
Vcl.RibbonActnCtrls TTimerSpeedButton

Description

Creates and initializes an instance of TSpeedButton.

Vcl.RibbonActnCtrls.TTimerSpeedButton.Create inherits from Vcl.Buttons.TSpeedButton.Create. All content below this line refers to Vcl.Buttons.TSpeedButton.Create.

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