API:FMX.Memo.TMemo.AutoSelect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AutoSelect: Boolean read GetAutoSelect write SetAutoSelect default 0;

C++

__property AutoSelect = {default=0};

Properties

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

Description

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

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

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