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

Determines whether all the text in the memo control is automatically selected when the control is focused.

Set the AutoSelect value to True so that all the text in the memo control is selected when the control is focused using the TAB key. If AutoSelect is set to False, when focusing the control using the TAB key, the text from the memo control is not selected.

See Also