IDLitIMessaging::RemoveOnNotifyObserver
Syntax | Arguments | Keywords | Version History
The IDLitIMessaging::RemoveOnNotifyObserver procedure method is used to un-register a specified iTool component object as wishing to receive messages generated by the DoOnNotify method of another specified iTool component object. This method reverses the action of calling the IDLitIMessaging::AddOnNotifyObserver method.
Syntax
Obj->[IDLitIMessaging::]RemoveOnNotifyObserver, IdObserver, IdSubject
Arguments
IdObserver
The object identifier of an iTool component object that is currently registered as an observer of the component specified by IdSubject. Often, this is the object identifier of the object on which method is being called.
IdSubject
The object identifier of the iTool component object that IdObserver is currently registered as observing. This is normally the object identifier of a particular iTool component object, but it can be any scalar string.
Keywords
None
Version History