RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TInplaceEdit.UpdateLoc Method

Changes the position of the edit window but does not repaint the contents.

Pascal
procedure UpdateLoc(const Loc: TRect);
C++
__fastcall UpdateLoc(const TRect Loc);

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!