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

WideFormatBuf

Format widestring in a buffer.

Declaration

Source position: syswideh.inc line 33

function WideFormatBuf(

  var Buffer;

  BufLen: Cardinal;

  const Fmt;

  fmtLen: Cardinal;

  const Args: array [] of <NIL>

):Cardinal;

Description

WideFormatBufcalls simply WideFormatwith Fmt(with length FmtLenbytes) and stores maximum BufLenbytes in the buffer buf. It returns the number of copied bytes.

See also

WideFmtStr

  

Widestring format

WideFormat

  

Format a wide string.

Format

  

Format a string with given arguments.

FormatBuf

  

Format a string with given arguments and store the result in a buffer.