| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Format unicode string
Source position: sysunih.inc line 31
| function UnicodeFormat( | 
| const Fmt: UnicodeString; | 
| const Args: array of Const | 
| ):UnicodeString; | 
| const Fmt: UnicodeString; | 
| const Args: array of Const; | 
| const FormatSettings: TFormatSettings | 
UnicodeFormat is the unicode equivalent of Format. It follows the same rules and uses the same formatting strings.
In case of error, an EConvertError exception is raised.
| 
 | Format a string with given arguments. | |
| 
 | Format a unicode string with given arguments and store the result in a unicodebuffer. |