Vcl.Grids.TInplaceEdit.Move

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Move(const Loc: TRect);

C++

void __fastcall Move(const System::Types::TRect &Loc);

Properties

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

Description

Changes the position of the edit window and repaints the contents.

The grid calls Move to move the edit window to the indicated rectangle when the corresponding cell moves or resizes. The position of Loc is relative to the grid's client area.

See Also