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. 

 

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