Icon TextIndexStopWords Property

property TextIndexStopWords: TStrings

Usage

The TextIndexStopWords property indicates the stop words used for building the full text index for the table. Stop words are words that will be removed from the index due to the fact that they are too common, such as is the case with the word "the".

Information This property is read-only, you must alter the structure of a table in order to change it. Also, this property does not require that the table be open in order to return a value. This allows the the property to be examined without opening the table. Finally, this property is a TStrings object, which by the nature of the property behavior in Delphi, Kylix, or C++Builder can be modified. However, these modifications will not be saved and the property will revert to the correct list of stop words for the table whenever the property is accessed.
Image