FMX.Memo.TCustomMemo.AutoSelect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AutoSelect: Boolean read GetAutoSelect write SetAutoSelect;

C++

__property bool AutoSelect = {read=GetAutoSelect, write=SetAutoSelect, nodefault};

Properties

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

Description

Defines whether the system selects all the memo's text when the control receives focus.

AutoSelect defines whether the system selects all the Text included in the TCustomMemo memo when the control receives focus. If AutoSelect is True, then all text is selected when the memo receives focus.

In TMemo, AutoSelect is set to False.

See Also