<< Click to Display Table of Contents >> Navigation: Apollo VCL Components > Installing and Using Apollo VCL > DBF files: Windows Only access |
The following functions set Apollo to use Collation based on the current Windows Locale. This can apply to non-international users as well, since it demonstrates how to force machine collation for Windows' ASCI symbols: (See: Sort Order.)
ApolloEngine.SetMachineCollation;
ApolloEngine.SetSystemCollation;
To access data from both DOS and Windows, set OEMTranslate to True.
See Also