Skip to content
GR32>TBitmap32>UpdateCountPropertyProtected
Inherited from:TNotifiablePersistent.UpdateCount

TBitmap32.UpdateCount

Returns the current nesting level of BeginUpdate calls.

Declaration

pascal
property UpdateCount: Integer read FUpdateCount;

Description ​

The UpdateCount property indicates how many times BeginUpdate has been called without a matching EndUpdate. While UpdateCount > 0, notifications are deferred until UpdateCount reaches zero.