Delphi Database, Delphi Components from ComponentAce
Products Download Order Contact us
TABSAdvIndexDef.MaxIndexedSizes
TABSAdvIndexDef
Top 


Specifies the maximum indexed sizes of fields that comprise the index.

property MaxIndexedSizes: String;

Description
When creating an index, you may set MaxIndexedSizes to a list of sizes separated by semicolons (no semicolon is required if there is only one field in the index). The order of field names in the string determines the order of fields in the index.

The maximum indexed size is typically used for string fields to limit the size of its index. For example if String field is of 100 characters length, you can index only first 20 bytes by setting MaxIndexedSizes to '20'.

        © 2003 - 2024 ComponentAce  | .net zip component | barcode for .net | delphi zip component | delphi database Nov 22, 2024