RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TLinkedWebNode Class

TLinkedWebNode executes a method call on an invokable interface that is implemented in the same application.

Pascal
TLinkedWebNode = class(TComponent, IWebNode);
C++
class TLinkedWebNode : public TComponent, public IWebNode;

SOAPLinked

TLinkedWebNode handles the communication between a TLinkedRIO component and the implementation classes of registered invokable interfaces in the same application. To this end, it implements the IWebNode interface that all TRIO descendants use for executing encoded method calls.  

TLinkedRIO uses an internal invoker (TSoapPascalInvoker) to look up the invokable interface in the invocation registry and forward encoded requests for execution. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!