TTdbTable.FullTextTable
TTdbTable   See also

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

property FullTextTable: TTdbTable;

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, FilterType must be set to tftKeywords and Filter must contain a valid keyword search expression.