IDataGrid.EndUpdate

Syntax

EndUpdate;

Description

The EndUpdate method disables the DataGrid component redrawing prohibition. The method is used to avoid a component flickering when component properties are being modified. This method is used together with the BeginUpdate method.

See also:

IDataGrid