Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个在 field1 和 field2 上索引的表。
如何在 TTable 组件中指定两个索引都处于活动状态。
我试过了:
IndexFieldNames := 'FIELD1, FIELD2';
它没有用。
我正在使用 dBASE 表。
dBASE 表必须具有显式创建的多字段索引。
我在“FIELD1+FIELD2”上创建了一个名为 MyIndex 的新索引。
然后我设置:
IndexName := 'MyIndex';
IndexFieldNames := 'FIELD1;FIELD2';