WideFmtStr
Widestring format
Declaration
Source position: syswideh.inc line 29
procedure WideFmtStr(var Res: WideString; const Fmt: WideString;
const args: Array of const);
procedure WideFmtStr(var Res: WideString; const Fmt: WideString;
const args: Array of const;
const FormatSettings: TFormatSettings);
Description
WideFmtStr formats Args according to the format string in Fmt and returns the resulting string in Res.
See also
| Name | Description |
|---|---|
| Format | Format a string with given arguments. |
| WideFormat | Format a wide string. |
| WideFormatBuf | Format widestring in a buffer. |