RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TInplaceEdit.Move Method

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

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

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!