FMX.Edit.TCustomEdit.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.Edit.pas
FMX.Edit.hpp
FMX.Edit TCustomEdit

Description

Pastes the plain text contents of the Clipboard text into the edit control.

Use PasteFromClipboard to paste the plain text contents held by the Clipboard into the edit control. If the Clipboard does not have a plain text content, PasteFromClipboard does nothing. PasteFromClipboard does not clear the contents of this edit control.

See Also