FMX.Edit.TCustomEdit.CutToClipboard

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CutToClipboard;

C++

void __fastcall CutToClipboard();

Properties

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

Description

Copies the selected text to the Clipboard, in plain text format, and then deletes the selection.

Use CutToClipboard to replace the contents of the Clipboard with the selected text while clearing the selected text. If no text is selected, CutToClipboard does nothing.

See Also