AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Funciones estándar / Funciones de archivos HTML
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
Generates a UTF-8 string containing an HTML document.
Example
// Load the document
d is htmlDocument = HTMLOpen("..\Templates\Template1.html", fromFile)
 
// Document modifications
// ...
 
// Retrieve modified document
DocumentResult is string = HTMLBuildString(d)
Syntax
<Result> = HTMLBuildString(<HTML document>)
<Result>: Character string
UTF-8 string that contains the HTML document.
<HTML document>: htmlDocument variable
Name of the htmlDocument variable that corresponds to the HTML document to handle.
Component: wd290html.dll
Versión mínima requerida
  • Versión 26
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

Señalar un error o enviar una sugerencia | Ayuda local