TIECustomMultiBitmap.LockUpdateCount
Declaration
property LockUpdateCount: Integer;
Description
Returns the current state of update locking. A value of 0 means no locking. A value greater than zero means locking is in place (i.e. updating is disabled).
Calling
LockUpdate increments
LockUpdateCount,
UnlockUpdate decrements it.