TurboDB VCL Component Library

TTdbTable.WordFilter

TTdbTable

Previous  Top  Next

Defines the expression for full-text filtering.

Delphi syntax:

property WordFilter: WideString;

C++ syntax:

__property WideString WordFilter = {read=FWordFilter, write=SetWordFilter};

Description

Set WordFilter, if you want to filter the table on one or more keywords. There must be a full-text index for this table and FullTextTable must be set to a table component containing the keywords. If both WordFilter and Filter (or FilterW) are set, only records satisfying both conditions can be seen in the table.

Find more on full-text filtering in "Using a Full-text Index at Run-time" and in "Full-text Search-Conditions".