I've written my own component based on TCheckBox. I need to start my own
code while status 'Checked' is changed. I've overriden SetChecked method.
And I noticed it is called while creating a component during application
start and while I set it's value from code. Unfortunately it is not called
when user tick the control via mouse-click or space-press.
How can I omit this behaviour?
PK