New TApolloEngine Class (ApolloEngInt.PAS)

<< Click to Display Table of Contents >>

Navigation:  Apollo VCL Components > Installing and Using Apollo VCL >

New TApolloEngine Class (ApolloEngInt.PAS)

Apollo's new TApolloEngine class lets you set and get collation and ETEC sequences for TApolloTable.

image\tip.gif The new TApolloEngine does not apply to TApolloQuery. Use the corresponding ApolloEngine methods of TApolloQuery in order to achieve the same results.

International customers can now use their local Windows settings with Apollo. This can be achieved by uncommenting the following line in the ApolloEngInt.PAS and recompiling the Apollo package:

 

Uncomment this line

// {$define INTL_LANG}

 

to look like this:

{$define INTL_LANG}

 

This tells ApolloTable to respect your locale for data sorting.

 

For Spanish support, customers can also use Windows settings with Apollo. Simply uncomment line 16 in the ApolloEngInt.PAS by removing the "." and recompiling the Apollo package:, as follows:

 

Uncomment this line

// {.$define SPAN_LANG}

 

to look like this:

{$define SPAN_LANG}

 

This tells Apollo to respect a Spanish locale for data sorting.

 

German speaking customers can add additional rules to the collation by calling the TApolloEngine Duden support function AddDudenCollation.

 

See Also

Collation Support Summary