Vcl.Grids.TInplaceEdit.UpdateLoc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UpdateLoc(const Loc: TRect);

C++

void __fastcall UpdateLoc(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 but does not repaint the contents.

The grid calls UpdateLoc to move the edit window when the grid is moved. Unlike the Move method, UpdateLoc does not invalidate the edit window to cause a repaint.

See Also