Declaration

TnxCustomCOMTransport = class(TnxBaseCOMTransport)

 
Description

Transport component designed to connect client and server within the same process (typically, EXE and DLL).

To use to communicate between to transport instances A and B, pass a method pointer to the A.AttachToRemoteTransport method, set the B.OnAttachTo event to point to the passed A.AttachToRemoteTransport method, and set B.Active := True.

 
Events

OnAttachTo

The method that allows attaching between two transport. Must be set.

 
Methods

GetServerNames

Method to retrieve servernames.

 
File

 
nxtcCOMTransport

Home | Site Contents | Documentation | NexusDB Manual V4 | Class Reference | Symbol Reference | Classes