FMX.Edit.TCustomEdit.DeleteSelection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DeleteSelection;

C++

void __fastcall DeleteSelection(void);

Properties

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

Description

Removes the selected text from the edit control.

Use DeleteSelection to delete the selected text from the edit control. If no text is selected, DeleteSelection does nothing. If all the text is selected, DeleteSelection clears all the text.

See Also