Set the Checked property of a TCheckBox Delphi control Without raising the OnClick Event
in Delphi TIPS :: The TCheckBox Delphi control displays a check box that can be on (checked) or off (unchecked). The Checked property specifies whether the check box is checked or not.
When the user click the check box to change its Checked state, the OnClick event for the check box is fired.
Read the full article to learn how to Set the Checked property of a TCheckBox Delphi control Without raising the OnClick Event.
Related:


No comments yet.Leave a Comment