RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBMemo.HideSelection Property

Determines whether the visual indication of the selected text remains when focus shifts to another control.

Pascal
property HideSelection: Boolean;
C++
__property Boolean HideSelection;

Set HideSelection to false to provide visual feedback of the selected portion of the text even when the edit control does not have focus. Set HideSelection to true to show the selection only when the edit control has focus. HideSelection does not affect the actual value of the selection, only the visual indication. Always setting HideSelection to false can make forms with many edit controls look too busy. 

 

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