Skip to main content

TcxCustomGridView.Invalidate(Boolean) Method

Invalidates the grid 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 procedure redraws the View according to calculated ViewInfo information.

See Also