System.SysUtils.TStringBuilder.AppendFormat
Delphi
function AppendFormat(const Format: string; const Args: array of const): TStringBuilder; overload;
C++
TStringBuilder* __fastcall AppendFormat(const System::UnicodeString Format, const System::TVarRec *Args, const int Args_High)/* overload */;
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | System.SysUtils.pas System.SysUtils.hpp |
System.SysUtils | TStringBuilder |
説明
多数のオブジェクトを、この TStringBuilder インスタンス内の現在の文字配列に追加します。
AppendFormat を使用して、多数のオブジェクトを、この TStringBuilder インスタンス内の現在の文字配列に追加します。オブジェクトは、形式指定の文字列と、形式を設定するオブジェクトの配列で表されます。形式指定とオブジェクト配列内のオブジェクトとは 1 対 1 の関係です。
Format は、形式指定の文字列です。
Args は、それに対応して形式を設定するオブジェクトの配列です。