RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TLinkedRIO.WebNode Property

Handles the execution of method calls on the invokable interface.

Pascal
property WebNode: TLinkedWebNode;
C++
__property TLinkedWebNode WebNode;

TLinkedRIO uses WebNode internally to execute method calls. It is the implementation of the IWebNode interface that all TRIO descendants use to send method calls to the Web Service application. In the case of TLinkedRIO, this object can only execute calls on invokable interfaces that are implemented in the same application. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!