Developer

EndUpdate

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

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.

See also