FMX.Memo.TCustomMemo.SelectAll

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SelectAll;

C++

void __fastcall SelectAll();

Properties

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

Description

Selects all the text in the memo control.

Use SelectAll to select all the text in the memo control. If there is no text in the memo control, SelectAll does nothing.

See Also