ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage properties / HFSQL properties
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
ManageHTML (Property)
In french: GèreHTML
HFSQL ClassicHFSQL Client/ServerAvailable only with these kinds of connection
ManageHTML is used to configure the management mode of the HTML format in a full-text index. You can:
  • Find out whether the text of the items found in a full-text index can contain HTML or not. The full-text index was defined in the data model editor through programming.
  • Define whether the text of the items found in a full-text index can contain HTML or not. The full-text index has been programmatically defined.
Syntax

Finding out the management mode of the HTML format Hide the details

<Management mode> = <Data file>.<Full-text index>.ManageHTML
<Management mode>: Boolean
  • True if the text can contain HTML,
  • False otherwise. If the text can contain HTML, the HTML tags will not be indexed.
<Data file>: Character string
Name of the data file used. This name was defined in the data model editor or with the File Description type.
<Full-text index>: Character string
Name of full-text index used. This name was defined in the data model editor or with the FullTextIndex Description type.

Defining the management mode of the HTML format Hide the details

<Full-text index>.ManageHTML = <New mode>
<Full-text index>: Character string
Name of full-text index used. This name was defined by the FullTextIndex Description type.
<New mode>: Boolean
  • True if the text can contain HTML,
  • False otherwise. If the text can contain HTML, the HTML tags will not be indexed.
Minimum version required
  • Version 14
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help