Format widestring in a buffer.
Source position: syswideh.inc line 28
| function WideFormatBuf( | 
| var Buffer; | 
| BufLen: Cardinal; | 
| const Fmt; | 
| fmtLen: Cardinal; | 
| const Args: array of Const | 
| ):Cardinal; | 
| var Buffer; | 
| BufLen: Cardinal; | 
| const Fmt; | 
| fmtLen: Cardinal; | 
| const Args: array of Const; | 
| const FormatSettings: TFormatSettings | 
| ):Cardinal; | 
WideFormatBuf calls simply WideFormat with Fmt (with length FmtLen bytes) and stores maximum BufLen bytes in the buffer buf. It returns the number of copied bytes.
| 
 | Widestring format. | |
| 
 | Format a wide string. | |
| 
 | Format a string with given arguments. | |
| 
 | Format a string with given arguments and store the result in a buffer. |