FMX.Memo.TCustomMemo.HideSelectionOnExit

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HideSelectionOnExit: Boolean read GetHideSelectionOnExit write SetHideSelectionOnExit;

C++

__property bool HideSelectionOnExit = {read=GetHideSelectionOnExit, write=SetHideSelectionOnExit, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.Memo.pas
FMX.Memo.hpp
FMX.Memo TCustomMemo

Description

Determines whether to cancel the visual indication of the selected text region when the memo control does not have the focus.

If HideSelectionOnExit is False, then the memo keeps highlighting the selected text using the SelectionFill brush, even when the focus moves from the memo to another control.

See Also