Applies to
Declaration
property HideSelection: Boolean;
Description
This property is exactly the same as for a TMemo. The HideSelection property determines whether text that is selected in an edit or memo remains selected when the focus shifts to another control. If True, selected text is not shown as selected until the focus returns to the control. If False, the text remains shown as selected. The default value is True. It is read and write and design time or run time accessible.
Properties SelTextColor and SelBackColor are used to control selected text color. Property Options also influences selected text appearance, by way of its pmoWindowsSelColor member.