Library Vcl NextSuite 6 NextGrid6 Reference Classes TNxCustomGrid6 EndUpdate

EndUpdate

Decrease UpdateCount. If UpdateCount is 0 and Update parameter is True, all postponed updates will be processed.

pas
procedure EndUpdate(Update: Boolean = True; Immediate: Boolean = False);

Parameters

Update
Boolean
Specify whether all postponed updates will be processed if UpdateCount = 0.

Immediate
Boolean
Specify whether updates will be processed even if UpdateCount > 0.

Remarks

Postponed events will not be processed.

Sign in