Re: Reset Button clears everything except RadioButton

Posted by Werner on March 14, 2006

In Reply to Reset Button clears everything except RadioButton posted by Lionel 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!

Related Articles and Replies