![]() | Products |
| Home » Technical Support » DBISAM Technical Support » Product Manuals » DBISAM Version 4 Manual for RAD Studio XE (Delphi) » Component Reference » TDBISAMTable » AddIndex Method |
procedure AddIndex(const Name,Fields: String; Options:
TIndexOptions=[]; const DescFields: String=''; Compression:
TIndexCompression=icNone; NoKeyStatistics: Boolean=False)| Option | Description |
| ixPrimary | Represents the primary index for a table. |
| ixUnique | Represents a unique index which does not permit duplicate index key values. The primary index is always implicitly unique. |
| ixDescending | Represents an index that sorts some or all fields in the index in descending order. The DescFields parameter controls which fields. |
| ixCaseInsensitive | Represents an index that sorts without case-sensitivity. |
This web page was last updated on Tuesday, December 16, 2025 at 07:06 PM | Privacy Policy © 2026 Elevate Software, Inc. All Rights Reserved Questions or comments ? |

