<< Click to Display Table of Contents >> Navigation: Apollo VCL Components > Apollo VCL Component Reference > TApolloServerDLL > TApolloServerDLL Properties > ApolloConnection |
Declaration
property ApolloConnection: TApolloConnection;
Description
Indicates the TApolloConnection component to connect this TApolloServerDLL to. The TApolloConnection component then identifies the Host IP address and Port number to connect to the Apollo Server and any tables available through that server.
Delphi Example
ApolloServerDLL1.ApolloConnection := ApolloConnection1;
C++Builder Example
ApolloServerDLL1->ApolloConnection = ApolloConnection1;
See Also