Vcl.Grids.TInplaceEdit.Deselect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Deselect;

C++

void __fastcall Deselect();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Grids.pas
Vcl.Grids.hpp
Vcl.Grids TInplaceEdit

Description

Removes the selection from the edit window.

Use Deselect to cause all text in the edit window to be unselected. Deselect simply changes the selection, it does not change the actual text.

See Also