ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage properties / HFSQL properties
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
ManageRTF (Property)
In french: GèreRTF
HFSQL ClassicHFSQL Client/ServerAvailable only with these kinds of connection
The Property ManageRTF property is used to set the RTF management mode in a full-text index. You can:
  • Find out whether the text of the items found in a full-text index can contain RTF. The full-text index was defined in the data model editor programmatically.
  • Define whether the text of the items found in a full-text index can contain RTF. The full-text index has been programmatically defined.
Syntax

Finding out the management mode of RTF Hide the details

<Management mode> = <Data file>.<Full-text index>.ManageRTF
<Management mode>: Boolean
  • True if the text can contain RTF,
  • False otherwise. If the text can contain RTF, the RTF 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 is defined in the data model editor or with the FullTextIndex Description type.

Defining the management mode of RTF Hide the details

<Full-text index>.ManageRTF = <New mode>
<Full-text index>: Character string
Name of full-text index used. This name is defined with the FullTextIndex Description type.
<New mode>: Boolean
  • True if the text can contain RTF,
  • False otherwise. If the text can contain RTF, the RTF 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/13/2025

Send a report | Local help