TurboDB VCL Component Library

TTdbTable.FulltextIndexDefs

TTdbTable

Previous  Top  Next

Contains information about the indexes for a table.

Delphi syntax:

property FulltextIndexDefs: TTdbFulltextIndexDefs;

C++ syntax:

__property TdbDataSet::TTdbFulltextIndexDefs* FulltextIndexDefs = {read=FFullltextIndexDefs, write=SetFulltextIndexDefs, stored=FStoreDefs};

Description

FulltextIndexDefs is a collection of full-text index definitions, each of which describes an available full-text index for the table. Define the index definitions of a table before calling CreateTable or creating a table at design time.

If FulltextIndexDefs is updated or manually edited, the StoreDefs property becomes true.

Note: The index definitions in FulltextIndexDefs may not always reflect the current indexes available for a table. Before examining FulltextIndexDefs, call its Update method to refresh the list.