SelectNone method
Causes the Selection to be Removed

Applies to
TESBCustomEdit

Declaration
procedure SelectNone;

Implementation

procedure TESBCustomEdit.SelectNone;
begin
     SelLength := 0;
     SelStart := 0;
End;


HTML generated by Time2HELP
http://www.time2help.com