Die Doku sagt nichts darüber aus, wie es denn effektiv in den Sourcen steht. Schau dir dazu die Sourcen an, die sind massgebend. Das folgende stammt aus System.SysUtils.pas:
Delphi-Quellcode:
unction Format(const Format: string;
const Args: array of const): string; overload;
function Format(const Format: string; const Args: array of const;
const AFormatSettings: TFormatSettings): string; overload;