FMX.Edit.TCustomEdit.CopyToClipboard

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CopyToClipboard;

C++

void __fastcall CopyToClipboard();

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Edit.pas
FMX.Edit.hpp
FMX.Edit TCustomEdit

Description

Copies the selected text in the edit control to the Clipboard, in plain text format.

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

See Also