[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'sysutils' (#rtl) |
Widestring format
Source position: line 0
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. |
No notes exist for this page yet.