Vcl.Buttons.TSpeedButton.Create
Delphi
constructor Create(AOwner: TComponent); override;
C++
__fastcall virtual TSpeedButton(System::Classes::TComponent* AOwner);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
constructor | public | Vcl.Buttons.pas 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.