Login ProductsSalesSupportDownloadsAbout |
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, April 23, 2024 at 09:24 AM | Privacy PolicySite Map © 2025 Elevate Software, Inc. All Rights Reserved Questions or comments ? E-mail us at info@elevatesoft.com |