FMX.Edit.TEdit.HideSelectionOnExit

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HideSelectionOnExit default TCustomEditModel.DefaultHideSelectionOnExit;

C++

__property HideSelectionOnExit = {default=1};

Properties

Type Visibility Source Unit Parent
property published
FMX.Edit.pas
FMX.Edit.hpp
FMX.Edit TEdit

Description

HideSelectionOnExit allows you to see the previous selection when you set the focus back to this edit.

FMX.Edit.TEdit.HideSelectionOnExit inherits from FMX.Edit.TCustomEdit.HideSelectionOnExit. All content below this line refers to FMX.Edit.TCustomEdit.HideSelectionOnExit.

HideSelectionOnExit allows you to see the previous selection when you set the focus back to this edit.

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

See Also