Re: Reset Button clears everything except RadioButton

Posted by Lionel *DCLub on March 14, 2006

In Reply to Re: Reset Button clears everything except RadioButton posted by Werner on March 14, 2006

: as for the edit1.text you must rather use edit1.clear
: For the radio button1 you must use a boolean expression :
: radiobutton1.Checked := false;
: hope this helps!

--------------------------------------------
Thanks, This clears up my problem.
Regards,
Lionel

Related Articles and Replies