RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSpeedButton.Create Constructor

Creates and initializes an instance of TSpeedButton.

Pascal
constructor Create(AOwner: TComponent); override;
C++
virtual __fastcall TSpeedButton(TComponent * AOwner);

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!