Notifies observers that an item was added
Source position: fpobserver.pp line 44
public procedure TObservedHook.AddItem( |
AItem: TObject |
); |
AItem |
|
Item that was added |
The AddItem method sends an item addition notification to all observers using the ooAddItem operation. The added item is passed as the data parameter.
This notification is typically used by collection-like objects to inform observers when new items are added to the collection.
|
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 |