TurboDB VCL Component Library

TTdbFulltextIndexDef.Dictionary

TTdbFulltextIndexDef

Previous  Top  Next

Indicates the name of the dictionary table for the full-text index.

Delphi Syntax:

property Dictionary: string;

C++ Syntax:

__property AnsiString Dictionary = {read=GetDictionary, write=SetDictionary};

Description

A full-text index always refers to a dictionary database table, which contains the words that have been/can be indexed. This table must exist before the full-text index can be created.

See also

Creating a Full-Text Index at Design-Time, Creating a Full-Text Index at Run-Time