To create the gender with checkbox
Step 1
To create the gender with checkbox, first you need to double click the DBCheckBox1 and then it will display a Code Explorer Window. Next, you need to insert the programming as followed;
checkbox1.Checked:=not dbcheckbox1.Checked;
No comments:
Post a Comment