Describes the characteristics of the index.
property Options: TIndexOptions;
Description
When creating a new index, use Options to specify the attributes of the index. Options can contain zero or more of the TIndexOption constants ixPrimary, ixUnique, ixDescending, ixCaseInsensitive.
When inspecting the definitions of existing indexes, read Options to determine the option(s) used to create the index.
|