[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Widestring format
Source position: syswideh.inc line 29
procedure WideFmtStr( |
var Res: WideString; |
const Fmt: WideString; |
const args: array of Const |
); |
var Res: WideString; |
const Fmt: WideString; |
const args: array of Const; |
const FormatSettings: TFormatSettings |
); |
WideFmtStr formats Args according to the format string in Fmt and returns the resulting string in Res.
|
Format a wide string. |
|
|
Format widestring in a buffer. |
|
|
Format a string with given arguments. |