FMX.Memo.TCustomMemo.PasteFromClipboard

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure PasteFromClipboard;

C++

void __fastcall PasteFromClipboard();

Properties

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

Description

Copies the contents of the system Clipboard to the memo control.

PasteFromClipboard copies the contents of the system Clipboard, if possible, to the memo control, at the position of the cursor. If there is text selected in the memo control, the selected text will be removed. If the content of the system Clipboard is not a string, PasteFromClipboard does nothing.

See Also