IDLitComponent::NotifyBridge

Syntax | Arguments | Keywords | Version History

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.

For more information on the Export Bridge, see "Exporting from IDL" (IDL Connectivity Bridges).

Syntax

Obj->IDLitComponent::NotifyBridge, IdMessage, Value

Arguments

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