Notifies all observers that the object has changed
Source position: fpobserver.pp line 43
public procedure TObservedHook.Changed; |
The Changed method sends a change notification to all attached observers using the ooChange operation.
Observers receive this notification through their FPOObservedChanged method and can respond by updating their display or performing other change-related operations.