Format Unicode string.
Source position: sysunih.inc line 32
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. |