help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'sysutils' (#rtl)

WideFormat

Format a wide string.

Declaration

Source position: line 0

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

Format

  

Format a string with given arguments.

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505