Soap.Rio.IRIOAccess

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IRIOAccess = interface

C++

__interface  INTERFACE_UUID("{FEF7C9CC-A477-40B7-ACBE-487EDA3E5DFE}") IRIOAccess  : public System::IInterface

Properties

Type Visibility Source Unit Parent
interface
class
public
Soap.Rio.pas
Soap.Rio.hpp
Soap.Rio Soap.Rio

Description

IRIOAccess is the interface for accessing a remote interfaced object from its invokable interface.

Remote interfaced objects (TRIO and its descendants) implement IRIOAccess so that you can access the TRIO instance given an invokable interface that it implements. This interface defines a single property, RIO, which returns the TRIO instance that implements it.

See Also