| Subject: | TCheckBox behavior |
| Posted by: | Gary Mrenak (gmren…@earthlink.com) |
| Date: | Tue, 30 Dec 2008 |
D2007
When I set the "checked" property of a TCheckBox in code, I notice that
the "OnClick" event handler is triggered. I want the "OnClick" event
handler to trigger when the user clicks the TCheckBox, but not when I
set its "checked" state in code. Any way to accomplish this?
Gary