ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / HTML file functions
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
Saves the content of an htmlDocument variable to an HTML file.
Example
// Load the document
d is htmlDocument = HTMLOpen("..\Templates\Template1.html", fromFile)
 
// Document modifications
// ...
 
// Save modified document
HTMLSave(d, "..\Generation\" + DocumentName)
Syntax
HTMLSave(<Document> [, <File name>])
<Document>: htmlDocument variable
Name of the htmlDocument variable that corresponds to the document to handle.
<File name>: Optional character string
Name of the file to be saved. If the file name is not specified and the document was opened from a file, the original file is overwritten.
Business / UI classification: Business Logic
Component: wd290html.dll
Minimum version required
  • Version 26
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help