FMX.Edit.TCustomEdit.ResetSelection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ResetSelection;

C++

void __fastcall ResetSelection(void);

Properties

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

Description

Resets the selection from an edit box.

ResetSelection sets the CaretPosition property with the start position of the selection and resets the value of the SelLength property to 0. If no text is selected, the ResetSelection property does nothing.

See Also