checkgroupbox OnCheckBoxClick event
Return to Introduction  Previous page  Next page
Applies to
acCheckGroupBox component.  

Declaration
property OnCheckBoxClick: Boolean;  

Description
The OnCheckBoxClick occurs when the user clicks the checkbox, or when the Checked property is changed. Use the OnCheckBoxClick event handler to write code that responds to the click event.  

See also
Checked property.