FMX.Memo.TCustomMemo.CutToClipboard

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CutToClipboard;

C++

void __fastcall CutToClipboard(void);

Properties

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

Description

Copies the selected text to the system Clipboard and then deletes the selected text.

Use CutToClipboard to replace the contents of the system Clipboard with the selected text and then to delete the selected text from the memo control. If no text is selected, CutToClipboard does nothing.

See Also