IDLitUI::RemoveOnNotifyObserver

Syntax | Arguments | Keywords | Version History

The IDLitUI::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 IDLitUI::AddOnNotifyObserver method.

Syntax

Obj->[IDLitUI::]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 also be a string that references a global system service.

Keywords

None

Version History

6.0

Introduced