RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TInplaceEdit.Invalidate Method

Invalidates the edit window and the corresponding portion of the grid window.

Pascal
procedure Invalidate; reintroduce;
C++
__fastcall Invalidate();

Invalidate ensures that the portion of the grid window under the edit control is invalidated at the same time as the edit window. This is important when the edit window is hidden or destroyed so that the grid window can repaint the cell that was covered by the edit window. 

 

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