ApolloConnection

<< Click to Display Table of Contents >>

Navigation:  Apollo VCL Components > Apollo VCL Component Reference > TApolloEnv > TApolloEnv Properties >

ApolloConnection

Declaration

property ApolloConnection: TApolloConnection;

Description

Indicates the TApolloConnection component to connect this TApolloEnv 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. This property value is only used when the ApplyTo property has the amServer sub-property set to True.

Delphi Example

ApolloEnv1.ApolloConnection := ApolloConnection1;

C++Builder Example

ApolloEnv1->ApolloConnection := ApolloConnection1;

See Also

ApplyTo, TApolloConnection