Sends custom notification to all observers
Source position: fpobserver.pp line 46
public procedure TObservedHook.CustomNotify( |
Data: Pointer = Nil |
); |
Data |
|
Custom data to pass with notification |
The CustomNotify method sends a custom notification to all observers using the ooCustom operation. Optional data can be passed to provide context for the custom notification.
This method is useful for application-specific notifications that don't fit into the standard change, add item, or delete item categories.
|
Notifies observers that an item was added |
|
|
Notifies observers that an item was deleted |
|
|
Notifies all observers that the object has changed |
|
|
Core method to notify all observers about operations |