FMX.Edit.TCustomEdit.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.Edit.pas
FMX.Edit.hpp
FMX.Edit TCustomEdit

Description

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