[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Format a wide string.
Source position: syswideh.inc line 25
function WideFormat( |
const Fmt: WideString; |
const Args: array of Const |
):WideString; |
const Fmt: WideString; |
const Args: array of Const; |
const FormatSettings: TFormatSettings |
):WideString; |
WideFormat does the same as Format but accepts as a formatting string a WideString. The resulting string is also a WideString.
For more information about the used formatting characters, see the Format string.
|
Format a string with given arguments. |