FMX.Text.ITextActions.PasteFromClipboard

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure PasteFromClipboard;

C++

virtual void __fastcall PasteFromClipboard(void) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Text.pas
FMX.Text.hpp
FMX.Text ITextActions

Description

Pastes current text from the clipboard to the current location.

Implement PasteFromClipboard in order to paste to the current location the text saved to the clipboard.

See Also