RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomActionControl.Click Method

Executes the control's function in response to a mouse click.

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

This override of the method inherited from TControl executes the control's function in response to a user's mouse click. Usage data, which is used to determine whether a control is used frequently enough to be shown by default, is updated as well. 

 

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