IHYRemObjectsHost
Overview
The IHYRemObjectsHost interface is used to define hosts that supports RO SDK components. There is no need to use this interface directly since it is already implemented by the THYROModuleManager component.
Location
- Unit: Hydra.RO.Interfaces.pas
- Ancestry: IHYRemObjectsHost
ClientID
Gets the Client ID of the the message component.
property ClientID: TGUID read
GetClientID
Gets the Client ID of the the message component.
function GetClientID: TGUID
GetROChannel
Gets associated channel component.
function GetROChannel: TROTransportChannel
GetROMessage
Gets associated message component.
function GetROMessage: TROMessage
ROChannel
The host application should assign a RemObjects channel component to the ROChannel property to give the plugin access to a remote RemObjects server.
property ROChannel: TROTransportChannel read
ROMessage
The host application should assign a RemObjects message component to the ROMessage property to give the plugin access to a remote RemObjects server.
property ROMessage: TROMessage read
ClientID
Gets the Client ID of the the message component.
property ClientID: TGUID read
ROChannel
The host application should assign a RemObjects channel component to the ROChannel property to give the plugin access to a remote RemObjects server.
property ROChannel: TROTransportChannel read
ROMessage
The host application should assign a RemObjects message component to the ROMessage property to give the plugin access to a remote RemObjects server.
property ROMessage: TROMessage read
GetClientID
Gets the Client ID of the the message component.
function GetClientID: TGUID
GetROChannel
Gets associated channel component.
function GetROChannel: TROTransportChannel
GetROMessage
Gets associated message component.
function GetROMessage: TROMessage