Widestring format.
Source position: syswideh.inc line 30
| 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. |