ImageEn, unit ieview

TIEView.LockPaintCount

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 active (i.e. painting is disabled).

Calling LockPaint increments LockPaintCount, UnlockPaint decrements it.