Topic: Checkbox checked, True, False and Gray.

Hey guys, i'm looking for the command for: this:

main.cbtaxaurgencia.Checked := grayed   

i want to reset the checkbox to it's original state where's is 0 and 1 at the same time

Re: Checkbox checked, True, False and Gray.

Form1.CheckBox1.State := cbGrayed;
Dmitry.

Re: Checkbox checked, True, False and Gray.

thanks!!!