FMX.Memo.TCustomMemo.CopyToClipboard

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CopyToClipboard;

C++

void __fastcall CopyToClipboard(void);

Properties

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

Description

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

Use CopyToClipboard to replace the contents of the system Clipboard with the selected text. If no text is selected, CopyToClipboard does nothing.

See Also