Vcl.Grids.TInplaceEdit.Invalidate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Invalidate; reintroduce;

C++

HIDESBASE void __fastcall Invalidate();

Properties

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

Description

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

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.

See Also