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

WideFmtStr

Widestring format

Declaration

Source position: syswideh.inc line 36

procedure WideFmtStr(

  var Res: WideString;

  const Fmt: WideString;

  const args: array [] of <NIL>

);

Description

WideFmtStr formats Args according to the format string in Fmt and returns the resulting string in Res.

See also

WideFormat

  

Format a wide string.

WideFormatBuf

  

Format widestring in a buffer.

Format

  

Format a string with given arguments.