RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IRIOAccess Interface

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

Pascal
IRIOAccess = interface;
C++
__interface IRIOAccess;

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.

Note: C++ method declarations that use IRIOAccess use the _di_IRIOAccess type instead. This type is a DelphiInterface wrapper around the IRIOAccess interface:
Note: typedef System::DelphiInterface< IRIOAccess > _di_IRIOAccess;
 

 

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