FMX.Text.ITextActions.ResetSelection

From RAD Studio API Documentation

Delphi

procedure ResetSelection;

C++

virtual void __fastcall ResetSelection() = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Text.pas
FMX.Text.hpp
FMX.Text ITextActions

Description

Resets the current selection.

Implement ResetSelection in order to dispose the current selection.

See Also