« AddTable (htmlBody) » : différence entre les versions

De Wiki1000
(Page créée avec « <source lang='delphi'>function AddTable(const iColumns:Array of string):ThtmlTable</source> Cette fonction ajoute une table html. {| class="wikitable" |- !Paramètre !Us... »)
 
Aucun résumé des modifications
 
(Une version intermédiaire par le même utilisateur non affichée)
Ligne 22 : Ligne 22 :


* [[TxmlHtmlDocument (tech)|Document HTML]]
* [[TxmlHtmlDocument (tech)|Document HTML]]
* [[ThtmlTable (TxmlHtmlDocument)|htmlTable]]
* [[htmlTable (TxmlHtmlDocument)|htmlTable]]


{{Footer|HtmlBody_(TxmlHtmlDocument)}}
{{Footer|HtmlBody_(TxmlHtmlDocument)}}
[[category:Document XML]]
[[category:Document XML]]
[[Category:Document HTML]]
[[Category:Document HTML]]
[[Category:Version11]]

Dernière version du 5 juillet 2023 à 12:54

function AddTable(const iColumns:Array of string):ThtmlTable

Cette fonction ajoute une table html.

Paramètre Usage
iColumns Tableau de column
Result Un object hmlTable

Exemple:

Voir aussi:

HtmlBody_(TxmlHtmlDocument)Développement DSM