WINDEV, WEBDEV AND WINDEV MOBILEONLINE HELP
Version: 1516171819202122232425
If <Path> is specified: True if the file was generated,False otherwise. To find out the error details, use ErrorInfo.If <Path> is not specified, <Result> corresponds to a buffer containing the HTML code.
Name of Document variable to use.
Path of HTML file to generate. If the path is not specified, the HTML code is returned in buffer format.
Versions 24 and laterStyle attributes to use:dthWithCSS(Default value)Applies external CSS stylesThe CSS code is generated in a ".CSS" file external to the HTML page. This file is created in the same directory as the generated HTML page. It has the same name as the HTML page, with the ".CSS" extension. A link to this file is added into the HTML code of the page.If the document contains images, these ones are saved in a sub-directory named like the generated HTML file.(default operation before version 24 Update 2)dthWithoutCSSApplies inline CSS styles: the CSS code is generated and integrated into the HTML code of the generated page. Each tag contains the CSS styles applied to it. If the document contains images, they are integrated and are encoded in base64. This constant allows, for example, to create an HTML generation adapted to new email messaging. Remark: if an image contained in an email is over 100 KB, it will be displayed as an attachment, even if it has been encoded in base64.Parameter available from version 24 Update 2. New in version 24Style attributes to use:dthWithCSS(Default value)Applies external CSS stylesThe CSS code is generated in a ".CSS" file external to the HTML page. This file is created in the same directory as the generated HTML page. It has the same name as the HTML page, with the ".CSS" extension. A link to this file is added into the HTML code of the page.If the document contains images, these ones are saved in a sub-directory named like the generated HTML file.(default operation before version 24 Update 2)dthWithoutCSSApplies inline CSS styles: the CSS code is generated and integrated into the HTML code of the generated page. Each tag contains the CSS styles applied to it. If the document contains images, they are integrated and are encoded in base64. This constant allows, for example, to create an HTML generation adapted to new email messaging. Remark: if an image contained in an email is over 100 KB, it will be displayed as an attachment, even if it has been encoded in base64.Parameter available from version 24 Update 2. Style attributes to use:dthWithCSS(Default value)Applies external CSS stylesThe CSS code is generated in a ".CSS" file external to the HTML page. This file is created in the same directory as the generated HTML page. It has the same name as the HTML page, with the ".CSS" extension. A link to this file is added into the HTML code of the page.If the document contains images, these ones are saved in a sub-directory named like the generated HTML file.(default operation before version 24 Update 2)dthWithoutCSSApplies inline CSS styles: the CSS code is generated and integrated into the HTML code of the generated page. Each tag contains the CSS styles applied to it. If the document contains images, they are integrated and are encoded in base64. This constant allows, for example, to create an HTML generation adapted to new email messaging. Remark: if an image contained in an email is over 100 KB, it will be displayed as an attachment, even if it has been encoded in base64.Parameter available from version 24 Update 2.
Last update: 11/19/2019
Send a report | Local help
Searching...
J'accepte les termes de la licence
All you have to do is configure your product as follows: