Aller au contenu principal

Format

Returns a formatted string assembled from a format string and an array of arguments.

Structure

Format(const Format: string; const Args: array of const): string;

Parameters

Return Value

Description

This function formats the series of arguments in the open array Args. Formatting is controlled by the format string Format; the results are returned in the function result as a string. |