Skip to content
GR32>TBitmap32>DoChangedMethodProtected
Inherited from:TNotifiablePersistent.DoChanged

TBitmap32.DoChanged

Executes the OnChange event handler.

Declaration

pascal
procedure DoChanged; virtual;

Description ​

DoChanged is a protected virtual method invoked by Changed when updates are not locked.

If assigned, DoChanged calls the OnChange event handler. Derived classes can override DoChanged to execute custom logic when the object state changes.