RAD Studio VCL Reference
|
Click generates an OnClick event.
procedure Click; override;
virtual __fastcall Click();
The protected Click method is called automatically when the check box is clicked with the mouse. In addition to generating an OnClick event, it sends a message to the parent control's window to indicate that the state of the check box has changed.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|