WideFormat
Format a wide string.
Declaration
Source position: syswideh.inc line 25
  function WideFormat(const Fmt: WideString; const Args: Array of const)
                      : WideString;
  function WideFormat(const Fmt: WideString; const Args: Array of const; 
                     const FormatSettings: TFormatSettings) : WideString;
Description
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.
See also
| Name | Description | 
|---|---|
| Format | Format a string with given arguments. |