Icon GetDefaultTextIndexParams Method

void __fastcall GetDefaultTextIndexParams(Classes::TStrings*
      StopWordsList, AnsiString &TextSpaceChars, AnsiString
      &TextIncludeChars)

Usage

Use the GetDefaultTextIndexParams to retrieve the default full text indexing parameters. When this method is done, the StopWordsList parameter will contains a list of the default stop words, the TextSpaceChars parameter will contain all of the default space characters, and the TextIncludeChars parameter will contains all of the default include characters.
Image