Notifies observers that an item was deleted
Source position: fpobserver.pp line 45
public procedure TObservedHook.DeleteItem( |
AItem: TObject |
); |
AItem |
|
Item that was deleted |
The DeleteItem method sends an item deletion notification to all observers using the ooDeleteItem operation. The deleted item is passed as the data parameter.
This notification is typically used by collection-like objects to inform observers when items are removed from the collection.
|
Notifies observers that an item was added |
|
|
Notifies all observers that the object has changed |
|
|
Sends custom notification to all observers |
|
|
Core method to notify all observers about operations |