The IDLitComponent::NotifyBridge procedure method is used to broadcast a notification message to the Export Bridge object that is wrapping the IDLitComponent object. If this method is called on an object that is not connected to the Export Bridge, the method quietly returns.

Obj->IDLitComponent::NotifyBridge, IdMessage, Value

IdMessage

A scalar string that will uniquely identify the message being sent.

Value

A scalar string that is associated with the message being sent.

Keywords


None

Version History


6.3

Introduced