FMX.Memo.Style.TStyledMemo.DoCopy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoCopy(Sender: TObject);

C++

void __fastcall DoCopy(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

Copies the selected text from the memo control to the system Clipboard.

DoCopy replaces the contents of the system Clipboard with the selected text from the memo control. DoCopy procedure is called when the OnClick event of the Copy context menu item is triggered.


See Also