RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCategoryButtons.OnClick Event

Occurs when mouse button goes up.

Pascal
property OnClick: TNotifyEvent;
C++
__property TNotifyEvent OnClick;

OnClick occurs when the mouse button goes up. If there is no handler for this event, the OnButtonClicked event is triggered. 

 

OnButtonClicked

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