RAD Studio VCL Reference
|
Creates and initializes an instance of TSpeedButton.
constructor Create(AOwner: TComponent); override;
virtual __fastcall TTimerSpeedButton(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!
|