TXTextControl.HideSelection Property

Specifies whether a text selection is hidden when the Text Control looses the input focus.

Syntax

TXTextControl.HideSelection [= boolean]
Setting Description
True (Default) The selection is hidden when the Text Control looses the input focus and shown when the Text Control gets the input focus.
False The selection stays visible, independent of the current input focus.

Data Types

Boolean.

See Also