ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 2425262728
List of full-text indexes found in the specified data file. The descriptions of each full-text index are separated by CR characters (Carriage Return). The result is more or less detailed depending on the constant used:hLstDetail is not specified<Name of full-text index 1> + CR + <Name of full-text index 2 + CR + ...The result is identical with the hLstSorted constant.hLstDetail is specifiedBefore version 20: <Name of full-text index 1> + TAB + <Expression> + CR +...After version 20: <Name of full-text index 1> + TAB + <Expression> + TAB+ <Case sensitive> + TAB + <Accent sensitive> + TAB + <Minimum length> + TAB + <HTML support> + TAB + <RTF support> + TAB + <Stop words> + TAB + <Synonyms> + TAB + <Stemming> + CR +...Where:<Name of full-text index>: name of the full-text index item<Expression>: list of items included in the full-text index. The items are separated by the "+" character.<Case sensitive>: "1" if the full-text index is sensitive to the case, "0" otherwise.<Accent sensitive>: "1" if the full-text index is sensitive to the accented characters, "0" otherwise.<Minimum length>: minimum length of indexed words (0 if all the words are indexed).<HTML support>: "1" in order for the HTML tags not to be indexed, "0" in order for the HTML format not to be supported.<RTF support>: "1" in order for the RTF tags not to be indexed, "0" in order for the RTF format not to be supported.<Stop words>: "1" if he full-text index is using a list of stop words, "0" otherwise.<Synonyms>: "1" if the full-text index is using a list of synonyms, "0" otherwise.<Stemming>: integer corresponding to the language used for the stemming, "0" if the full-text index is not using the stemming.
Name of the data file for which the full-text indexes must be listed.
Full path of analysis (.WDD file) where the data file is described. If this parameter is not specified or if it is equal to an empty string (""), the data file is sought in the current analysis.
Password defined for the analysis. If no password is defined, this parameter must be equal to an empty string ("").
Configures the type of list to perform:hLstDetailDetailed information.hLstNormal(default value)Non-detailed information.hLstSortedSorts the list in ascending order.
Displaying the result in a List Box or Combo Box control
Extracting an information from the result
Last update: 05/26/2022
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: