FMX.Memo.Style.TStyledMemo.DoCut

From RAD Studio 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.Style.pas
FMX.Memo.Style.hpp
FMX.Memo.Style TStyledMemo

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