Default sender object for notifications
Source position: fpobserver.pp line 48
public property TObservedHook.Sender : TObject |
The Sender property contains the object that will be passed as the sender parameter to all observer notifications. This is typically the object that contains or uses the observer hook.
|
Notifies observers that an item was added |
|
|
Notifies observers that an item was deleted |
|
|
Notifies all observers that the object has changed |
|
|
Sends custom notification to all observers |
|
|
Core method to notify all observers about operations |