FMX.Memo.Style.TStyledMemo.DoSelectAll

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoSelectAll(Sender: TObject);

C++

void __fastcall DoSelectAll(System::TObject* Sender);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Memo.Style.pas
FMX.Memo.Style.hpp
FMX.Memo.Style TStyledMemo

Description

Selects all the text from the memo control.

DoSelectAll is called when the OnClick event of the Select All context menu item is triggered.


See Also