TurboDB VCL Component Library

TTdbFulltextIndexDef.Options

TTdbFulltextIndexDef

Previous  Top  Next

Describes the characteristics of the full-text index.

Delphi Syntax

property Options: TFulltextIndexOptions;

C++ Syntax:

__property TFulltextIndexOptions Options = {read=FOptions, write=SetOptions, nodefault}

Description

When creating a new full-text index, use Options to specify the attributes of the index. Options can contain zero or more of the TFulltextIndexOption constants.

When inspecting the definitions of existing full-text indexes, read Options to determine the option(s) used to create the index.