Unit 'DB' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TIndexDef.Options

Index options.

Declaration

Source position: db.pas line 1261

published property TIndexDef.Options : TIndexOptions
  read FOptions
  write FOptions;

Description

Options describes the various properties of the index. This is usually filled by the dataset that provides the index definitions. For datasets that provide In-memory indexes, this should be set prior to creating the index: it cannot be changed once the index is created.

See the description of TindexOption for more information on the various available options.

See also

TIndexOptions

  

Set of TIndexOption values.


Documentation generated on: Jul 24 2023