Skip to content
GR32>TNotifiablePersistent>DoChangedMethodProtected

TNotifiablePersistent.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.