FMX.Memo.TMemo.HideSelectionOnExit

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HideSelectionOnExit: Boolean read GetHideSelectionOnExit write SetHideSelectionOnExit default 1;

C++

__property HideSelectionOnExit = {default=1};

Properties

Type Visibility Source Unit Parent
property published
FMX.Memo.pas
FMX.Memo.hpp
FMX.Memo TMemo

Description

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

FMX.Memo.TMemo.HideSelectionOnExit inherits from FMX.Memo.TCustomMemo.HideSelectionOnExit. All content below this line refers to FMX.Memo.TCustomMemo.HideSelectionOnExit.

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