RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IRIOAccess.RIO Property

Provides access to the remote interfaced object that implements this interface.

Pascal
property RIO: TRIO;
C++
__property TRIO RIO;

Call GetRIO to access the underlying remote interfaced object. This method is useful when the client of a Web Service uses the automatically-generated function to obtain an invokable interface rather than explicitly creating a TRIO instance. 

 

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