Show: Delphi C++
Display Preferences

FMX.Memo.TMemo.DoCut

From XE2 API Documentation
Jump to: navigation, search

Delphi

procedure DoCut(Sender: TObject);

C++

void __fastcall DoCut(System::TObject* Sender);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Memo.pas
FMX.Memo.hpp
FMX.Memo TMemo

Description

Copies the selected text from the memo control to the system Clipboard and then deletes the selection.

DoCut replaces the contents of the system Clipboard with the selected text while clearing the selection from the memo control. The DoCut procedure is called when the OnClick event of the Cut context menu item is triggered.

See Also

Personal tools
Previous Versions
Translations