EasyTable: Single-File Embedded BDE Replacement
Database for Delphi and C++Builder


TEasyTable.AutoIndexes
TEasyTable
Top 

Indicates whether the indexes on each field will be automatically created.

property AutoIndexes: Boolean;

Description
The property determines whether the indexes on each field will be automatically created when the table is created.
Set this property to True before call to CreateTable, if you will perform search for all fields and if you don't want to create indexes manually.
Set this property to False before call to CreateTable, if you would like to speed up inserting records into the table and create indexes manually.


© AidAim Software EasyTable: Easytable Single-file Embedded Database Bde Replacement Delphi C\+\+builde