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> | ||
− | + | description | |
{|class="wikitable" | {|class="wikitable" | ||
|- | |- | ||
|Result | |Result | ||
− | | | + | | |
|- | |- | ||
|aCodeFormat | |aCodeFormat | ||
− | | | + | | |
|- | |- | ||
|aRefObject | |aRefObject | ||
− | | | + | | |
|- | |- | ||
|aRes | |aRes | ||
− | | | + | | |
|- | |- | ||
|aLogLevel | |aLogLevel | ||
− | | | + | | |
+ | |- | ||
+ | |Result | ||
+ | | | ||
|} | |} | ||
Ligne 29 : | Ligne 33 : | ||
Voir aussi: | Voir aussi: | ||
− | |||
− | |||
{{Footer|Développement DSM}} | {{Footer|Développement DSM}} | ||
[[category:RTL Framework]] | [[category:RTL Framework]] | ||
− |
Version du 27 juin 2011 à 15:22
Function GenerateByFormatDef(const aCodeFormat:string; aRefObject:TitObject; var aRes:String; const aLogLevel:FormatLogLevel):boolean;
description
Result | |
aCodeFormat | |
aRefObject | |
aRes | |
aLogLevel | |
Result |
Exemple
begin end;
Voir aussi: