TEdit.clear in Delphi

Posted by werner on March 14, 2006

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

sorry i misread.
if you are using mathematical calculation you can
actualy assign edit1.text a value of '0'.
The edit1.clear is when you dont want any text in the edit1 field.

Related Articles and Replies