|
|
|
|
RTFWithImagesAndTables (Property) In french: RTFAvecImagesEtTableaux
The RTFWithImagesAndTables property is used to manage images and tables in RTF Static controls in a report.
// 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.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|