Show: Delphi C++
Display Preferences

FMX.Memo.TMemo.CopyToClipboard

From XE2 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 TMemo

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

Personal tools
Previous Versions
Translations