« ExportByFormatDefXml (rtl) » : différence entre les versions
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 4 : | Ligne 4 : | ||
{|class="wikitable" | {|class="wikitable" | ||
|- | |||
!Paramètre | |||
!Usage | |||
|- | |- | ||
|Result | |Result | ||
Ligne 30 : | Ligne 33 : | ||
Voir aussi: | Voir aussi: | ||
[[ExportByFormatDef (rtl)|Exporter à partir d'un format plat]] | * [[ExportByFormatDef (rtl)|Exporter à partir d'un format plat]] | ||
* [[IntegrateByFormatDef (rtl)|Importer à partir d'un format]] | |||
[[IntegrateByFormatDef (rtl)|Importer à partir d'un format]] | |||
{{Footer|Développement DSM}} | {{Footer|Développement DSM}} | ||
[[category:RTL Framework]] | [[category:RTL Framework]] | ||
[[Category:RTL Format de fichier]] | [[Category:RTL Format de fichier]] |
Dernière version du 4 novembre 2017 à 10:00
<source lang="delphi">Function ExportByFormatDefXml(const aCodeFormat:string; aRefObject:TitObject; aErrors:TStringList; const aLogLevel:FormatLogLevel):TXmlDocument;</source>
Cette méthode exporte un contenu en utilisant un format.
Paramètre | Usage |
---|---|
Result | Un objet de type TXmlDocument contenant le document généré. |
aCodeFormat | Code du format à utiliser |
aRefObject | Objet racine départ de la génération. |
aErrors | Objet de type TStringList permettant de collecter les erreurs de génération (nil possible, les erreurs ne sont alors pas collectées) |
aLogLevel | Niveau de journalisation |
Exemple
<source lang="delphi"> begin end; </source>
Voir aussi:
{{#if:Développement DSM|
{{#if:Développement DSM|— Développement DSM |}} — Développement DSM —
|
{{#if:|— [[{{{1}}}]] |}} — Développement DSM —
}}