Deletes all text in the edit box for the control.
Source position: stdctrls.pp line 844
public procedure TCustomEdit.Clear; |
Clear is a procedure used to remove the text in the control. Clear sets the value in Text to an empty string ('').
|
The text displayed and edited for the control. |
CT Web help |
CodeTyphon Studio |