Question:
TTable.AddIndex does not contain functionality to create
NonMaintained or .NDX style indexes.
How can I create these types of indexes?
Answer:
TTable.AddIndex does not contain functionality to create
this style index. You can use DbiAddIndex instead.
Please refer to the BDE API Help file for examples on how
to use DbiAddIndex.