I\'m wondering so when I change state of CheckBox
CheckBox->Checked=false;
It calls CheckBoxOnClick Event , how to avoid it ?
CheckBox.State := cbUnchecked; works in Delphi, this doesn't fire onClickEvent AFAIK
CheckBox.State := cbUnchecked;
onClickEvent