TIEView.LockPaintCount
Declaration
property LockPaintCount: Integer;
Description
Returns the lock painting state. A value of 0 means no locking. A value greater than zero means locking is in place (i.e. painting is disabled).
Calling
LockPaint increments
LockPaintCount,
UnlockPaint decrements it.