In Delphi, sometimes we need to do this...
function TForm1.EDIT_Click(Sender: TObject); begin (Sender As TEdit).Text := \'\'; end;
...but som