Skip to content
GR32>TBitmap32>LockUpdateCountPropertyProtected
Inherited from:TNotifiablePersistent.LockUpdateCount

TBitmap32.LockUpdateCount

Returns the current nesting level of BeginLockUpdate calls.

Declaration

pascal
property LockUpdateCount: Integer read FLockUpdateCount;

Description ​

The LockUpdateCount property indicates how many times BeginLockUpdate has been called without a matching EndLockUpdate.

While LockUpdateCount > 0, changes does not mark the object modified, and notifications are temporarily suspended.