Skip to content
GR32>TBitmap32>BeginLockUpdateMethod
Inherited from:TNotifiablePersistent.BeginLockUpdate

TBitmap32.BeginLockUpdate

Supends update state changes and change notifications.

Declaration

pascal
procedure BeginLockUpdate;

Description ​

BeginLockUpdate increments LockUpdateCount. While LockUpdateCount is greater than zero, all Modified state changes and change notifications are suspended.

INFO

BeginLockUpdate does not alter the existing Modified state of the object. It only suspends Modified state changes until EndLockUpdate is called.

Note

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