ImageEn, unit iexRichEdit |
|
TIERichEdit.HideSelection
Declaration
property HideSelection: Boolean;
Description
By default, even if the control loses focus, selected text is shown with an inverted color.
If set to true, the selection is hidden when the control loses focus.
Rich Edit Identifier: ES_NOHIDESEL
Default: True
// Do not hide selection on defocus
IERichEdit1.HideSelection := False;