FORMAT |
Format |
---|---|
Free Pascal | sysutils |
Syntaxe
Function Format(Const Fmt:string;Const Args:array of Const):string; |
Function Format(Const Fmt:string;Const Args:array of Const;Const FormatSettings:TFormatSettings):string; |
Description
Cette fonction permet d'effectuer la transformation d'une chaîne de caractères et d'un tableau d'argument en chaîne de caractères formaté.
Dernière mise à jour : Mardi, le 25 Août 2020