Skip to content
GR32>TCustomBitmap32>EndLockUpdateMethod
Inherited from:TNotifiablePersistent.EndLockUpdate

TCustomBitmap32.EndLockUpdate

Resumes update state changes and change notifications.

Declaration

pascal
procedure EndLockUpdate;

Description ​

EndLockUpdate decrements LockUpdateCount after a preceding call to BeginLockUpdate. When LockUpdateCount reaches zero, normal change notification processing resumes.

INFO

Calling EndLockUpdate does not cause a change notification to fire, even if Modified is True.

Note

Every call to BeginLockUpdate must be paired with a preceding call to the EndLockUpdate method.