ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage properties / Properties associated with reports and controls
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
RTFWithImagesAndTables (Property)
In french: RTFAvecImagesEtTableaux
The RTFWithImagesAndTables property is used to manage images and tables in RTF Static controls in a report.
Example
// Enable the support for the images and tables
// in the RTF of the STC_Description control
STC_Description.RTFWithImagesAndTables = True
Syntax

Finding out the management mode of images and tables in RTF Hide the details

<Result> = <Static control>.RTFWithImagesAndTables
<Result>: Boolean
  • True if the images and tables are supported in the Static control in RTF,
  • False otherwise.
<Static control>: Control name
Name of the Static control to be used. This control is found in a report.

Modifying the management mode of images and tables in RTF Hide the details

<Static control>.RTFWithImagesAndTables = <New mode>
<Static control>: Control name
Name of the Static control to be used. This control is found in a report.
<New mode>: Boolean
  • True to support the images and tables in the Static control in RTF,
  • False otherwise.
Remarks
  • This property allows you to change the management mode of images and tables in a control. You can also change this management mode for all controls by using iParameter with the iRTFWithImagesAndTables constant.
  • iParameter with the iRTFWithImagesAndTables constant takes precedence over the RTFWithImagesAndTables property. The RTFWithImagesAndTables property is therefore ignored if the iParameter function is called with the iRTFWithImagesAndTables constant.
Minimum version required
  • Version 22
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help