ExportByFormatDef (rtl)
De Wiki1000
(Différences entre les versions)
(2 révisions intermédiaires par un utilisateur sont masquées) | |||
Ligne 4 : | Ligne 4 : | ||
{|class="wikitable" | {|class="wikitable" | ||
+ | |- | ||
+ | !Paramètre | ||
+ | !Usage | ||
|- | |- | ||
|Result | |Result | ||
Ligne 13 : | Ligne 16 : | ||
|aRefObject | |aRefObject | ||
|Objet racine départ de la génération. | |Objet racine départ de la génération. | ||
− | |||
− | |||
− | |||
|- | |- | ||
|aErrors | |aErrors | ||
Ligne 33 : | Ligne 33 : | ||
Voir aussi: | Voir aussi: | ||
− | [[IntegrateByFormatDef (rtl)|Importer à partir d'un format]] | + | * [[ExportByFormatDefXml (rtl)|Exporter à partir d'un format Xml]] |
+ | * [[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]] |
Version actuelle en date du 4 novembre 2017 à 10:59
Function ExportByFormatDef(const aCodeFormat:string; aRefObject:TitObject; aErrors:TStringList; const aLogLevel:FormatLogLevel):TStringList;
Cette méthode exporte un contenu en utilisant un format.
Paramètre | Usage |
---|---|
Result | Un objet de type TStringList contenant les lignes générées. |
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
begin end;
Voir aussi: