ExportByFormatDef (rtl)
De Wiki1000
(Différences entre les versions)
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 à 14:23
Function GenerateByFormatDef(const aCodeFormat:string; aRefObject:TitObject; var aRes:String; const aLogLevel:FormatLogLevel):boolean;
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
begin end;
Voir aussi: