ApolloConnection

<< Click to Display Table of Contents >>

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

ApolloConnection

Declaration

property ApolloConnection: TApolloConnection;

Description

Indicates the TApolloConnection component to connect this TApolloTable 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 AccessMethod property is set to amServer.

Delphi Example

ApTbl.ApolloConnection := ApolloConnection1;

C++Builder Example

ApTbl->ApolloConnection := ApolloConnection1;

See Also

AccessMethod, TApolloConnection