| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Format a string using provided arguments.
Source position: syshelph.inc line 82
public class function TStringHelper.Format(  | 
const AFormat: string;  | 
const args: array of Const  | 
):string; overload;  | 
const args: array of Const  | 
):string; overload;  | 
Format just calls Sysutils.Format, passing on AFormat and Args. If AFormat is omitted, the string itself is used as the formatting string.
  | 
Format a string with given arguments.  |