TurboDB VCL Component Library

TTdbTable.FullTextTable

TTdbTable        See also

Previous  Top  Next

Indicates the TurboDB table used as an index for full-text search.

Delphi syntax:

property FullTextTable: TTdbTable;

C++ syntax:

__property TTdbTable* FullTextTable = {read=FFullTextTable, write=FFullTextTable};

Description

Set FullTextTable to a table that contains the keywords for a keyword filter. FullTextTable must be linked to the table you are searching in by a relation field in the base table. In order to filter for keywords WordFilter must contain a valid keyword search expression.