TIEView.LockUpdateCount
Declaration
property LockUpdateCount: Integer;
Description
Returns the lock updating state. 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.