FMX.Memo.TCustomMemoModel.AutoSelect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AutoSelect: Boolean read FAutoSelect write SetAutoSelect;

C++

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

Properties

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

Description

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

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

See Also