See: http://www.freepascal.org/docs-html/rtl/sysutils/format.html

In this part:

Declaration

Source position: line 0
function Format(

  const Fmt: String;

  const Args: array of Const

):String;

function Format(

  const Fmt: String;

  const Args: array of Const;

  const FormatSettings: TFormatSettings

):String;

This information is not in the XML
-- 
Felipe Monteiro de Carvalho
_______________________________________________
fpc-devel maillist  -  [email protected]
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to