« ExportByFormatDef (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: | ||
[[ExportByFormatDefXml (rtl)|Exporter à partir d'un format Xml]] | * [[ExportByFormatDefXml (rtl)|Exporter à partir d'un format Xml]] | ||
* [[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 à 09: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: