Icon GetDefaultTextIndexParams Method

void __fastcall
      GetDefaultTextIndexParams(System::Classes::TStrings*
      StopWordsList, System::UnicodeString &TextSpaceChars,
      System::UnicodeString &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