|
|
|
|
|
HTMLConstruitChaîne (Fonction) En anglais : HTMLBuildString Génère une chaîne de caractères au format UTF8 contenant un document HTML.
d est un htmlDocument = HTMLOuvre("..\Modèles\Modèle1.html", depuisFichier)
DocumentRésultat est une chaîne = HTMLConstruitChaîne(d)
Syntaxe
<Résultat> = HTMLConstruitChaîne(<Document HTML>)
<Résultat> : Chaîne de caractères Chaîne de caractères ANSI au format UTF8 contenant le document HTML. <Document HTML> : Variable de type htmlDocument Nom de la variable de type htmlDocument correspondant au document HTML à manipuler. Composante : wd300html.dll
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|