TurboDB VCL Component Library

TTdbFulltextIndexDef.Fields

TTdbFulltextIndexDef

Previous  Top  Next

Indicates the fields to index in the full-text index.

Delphi Syntax:

property Fields: string;

C++ Syntax:

__property AnsiString Fields = {read=GetFields, write=SetFields};

Description

Fields is a semicolon-separated list of field names in the table, which are included in the full-text index.