UpdateCount

Graphics32

TNotifiablePersistent.UpdateCount

property UpdateCount: Integer; // Read-only; protected;

Description

The current nesting level of the update lock.

UpdateCount is increased each time you call the BeginUpdate method and is decreased with EndUpdate calls. The object does not generate OnChange as long as its UpdateCount is greater than 0.

See Also

BeginUpdate, EndUpdate, OnChange