FMX.Memo.TCustomMemo.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.Memo.pas
FMX.Memo.hpp
FMX.Memo TCustomMemo

Description

Cancel the text selection if it exists.

The ResetSelection method internally sets the SelLength property to 0.

See Also