ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / Managing databases / HFSQL / HFSQL functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Lists the words of the current record that will be taken into account by the full-text indexing.
Example
arrToken is array of strings = Document.FTListWord(FTIndexTitleContent)
Syntax
<Result> = <Source>.FTListWord(<Full-text index>)
<Result>: Array of strings
Array variable containing the words taken into account by the full-text indexing.
<Source>: Type corresponding to the specified source
Name of the HFSQL data file used.
<Full-text index>: Character string
Name of the full-text index of the file.
Business / UI classification: Business Logic
Component: wd290hf.dll
Minimum version required
  • Version 25
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/21/2023

Send a report | Local help