RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSpeedButton.Click Method

Generates an OnClick event or triggers the associated action.

Pascal
procedure Click; override;
C++
virtual __fastcall Click();

Call Click to generate an OnClick event. If the speed button has an OnClick event handler, or if it is linked to an action, Click allows an application to simulate a click on the button. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!