ImageEn, unit iexBitmaps
TIECustomMultiBitmap.LockUpdateCount
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 active (i.e. updating is disabled).
Calling
LockUpdate
increments
LockUpdateCount
,
UnlockUpdate
decrements it.
Loading contents...