CreateFormatDefFromXsd (rtl)
De Wiki1000
(Différences entre les versions)
Ligne 1 : | Ligne 1 : | ||
− | + | <source lang="delphi">Function CreateFormatDefFromXsd(const aSchemaFileName:string; aMandatoryOnly:boolean):string;</source> | |
− | <source lang= | + | |
description | description | ||
Ligne 21 : | Ligne 20 : | ||
Exemple | Exemple | ||
− | <source lang= | + | <source lang="delphi"> |
begin | begin | ||
end; | end; | ||
Ligne 28 : | Ligne 27 : | ||
Voir aussi: | Voir aussi: | ||
− | {{Footer| | + | {{Footer|Développement DSM}} |
[[category:RTL Framework]] | [[category:RTL Framework]] |
Version du 27 juin 2011 à 10:15
Function CreateFormatDefFromXsd(const aSchemaFileName:string; aMandatoryOnly:boolean):string;
description
Result | |
aSchemaFileName | |
aMandatoryOnly | |
Result |
Exemple
begin end;
Voir aussi: