|
|
|
|
|
HTMLConstruitChaîne (Fonction) En anglais : HTMLBuildString Génère une chaîne de caractères au format UTF8 contenant un document HTML. // Chargement du document d est un htmlDocument = HTMLOuvre("..\Modèles\Modèle1.html", depuisFichier)  // Modifications du document // ...  // Récupère le document modifié 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
Documentation également disponible pour…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|