FMX.Memo.Style.TStyledMemo.DoDelete

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoDelete(Sender: TObject);

C++

void __fastcall DoDelete(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

Deletes the selected text from the memo control.

The DoDelete procedure is called when the OnClick event of the Delete context menu item is triggered.

See Also