|
RAD Studio VCL Reference
|
Deletes all text from the rich edit control.
procedure Clear; override;
virtual __fastcall Clear();
Use Clear to replace the Text property with an empty string. Clear removes all text, not just the selected text. To remove just the selected text, use ClearSelection.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|