Skip to main content

TcxCustomGridView.Invalidate(Boolean) Method

Invalidates the current View.

Declaration

procedure Invalidate(AHardUpdate: Boolean = False);

Parameters

Name Type
AHardUpdate Boolean

Remarks

For “pattern“ Views, this method also invalidates all their “clone“ Views. To update the View and recalculate ViewInfo objects in response to layout changes, pass True as the AHardUpdate parameter. Otherwise, the Invalidate method repaints the View, using already calculated ViewInfo data.

See Also