FMX.Memo.TCustomMemoModel.HideSelectionOnExit

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HideSelectionOnExit: Boolean read FHideSelectionOnExit write SetHideSelectionOnExit default True;

C++

__property bool HideSelectionOnExit = {read=FHideSelectionOnExit, write=SetHideSelectionOnExit, default=1};

Properties

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

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 the highlight of the selected text using the SelectionFill brush even when the focus moves from the memo to another control.

See Also