| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Format a unicode string with given arguments and store the result in a unicodebuffer.
Source position: sysunih.inc line 33
| function UnicodeFormatBuf( | 
| 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; | 
UnicodeFormatBuf is the unicode equivalent of FormatBuf. It follows the same rules and uses the same formatting st
In case of error, an EConvertError exception is raised.
| 
 | Format a string with given arguments and store the result in a buffer. | |
| 
 | Format unicode string |