RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TInplaceEdit.Deselect Method

Removes the selection from the edit window.

Pascal
procedure Deselect;
C++
__fastcall Deselect();

Use Deselect to cause all text in the edit window to be unselected. Deselect simply changes the selection, it does not change the actual text. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!