« ExportByFormatDef (rtl) » : différence entre les versions
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 1 : | Ligne 1 : | ||
<source lang="delphi">Function GenerateByFormatDef(const aCodeFormat:string; aRefObject:TitObject; var aRes:String; const aLogLevel:FormatLogLevel):boolean;</source> | <source lang="delphi">Function GenerateByFormatDef(const aCodeFormat:string; aRefObject:TitObject; var aRes:String; const aLogLevel:FormatLogLevel):boolean;</source> | ||
Cette méthode exporte un contenu en utilisant un format. | |||
{|class="wikitable" | {|class="wikitable" | ||
|- | |- | ||
|Result | |Result | ||
| | |Vrai si aucune donnée obligatoire n'est absente, faux sinon. | ||
|- | |- | ||
|aCodeFormat | |aCodeFormat | ||
| | |Code du format à utiliser | ||
|- | |- | ||
|aRefObject | |aRefObject | ||
| | |Objet racine départ de la génération. | ||
|- | |- | ||
|aRes | |aRes | ||
| | |Chaîne contenant le contenu généré | ||
|- | |- | ||
|aLogLevel | |aLogLevel | ||
| | |Niveau de journalisation | ||
|} | |} | ||
Ligne 32 : | Ligne 29 : | ||
Voir aussi: | Voir aussi: | ||
[[IntegrateByFormatDef (rtl)|Importer à partir d'un format]] | |||
{{Footer|Développement DSM}} | {{Footer|Développement DSM}} | ||
[[category:RTL Framework]] | [[category:RTL Framework]] | ||
[[Category:RTL Format XSD]] | [[Category:RTL Format XSD]] |
Version du 27 juin 2011 à 13:23
<source lang="delphi">Function GenerateByFormatDef(const aCodeFormat:string; aRefObject:TitObject; var aRes:String; const aLogLevel:FormatLogLevel):boolean;</source>
Cette méthode exporte un contenu en utilisant un format.
Result | Vrai si aucune donnée obligatoire n'est absente, faux sinon. |
aCodeFormat | Code du format à utiliser |
aRefObject | Objet racine départ de la génération. |
aRes | Chaîne contenant le contenu généré |
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 —
}}