System.JSON.TJSONAncestor.Format

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure Format(Builder: TStringBuilder; const ParentIdent, Ident: string); overload; virtual;
function Format(Indentation: Integer = 4): string; overload;

C++

virtual void __fastcall Format(System::Sysutils::TStringBuilder* Builder, const System::UnicodeString ParentIdent, const System::UnicodeString Ident)/* overload */;
System::UnicodeString __fastcall Format(int Indentation = 0x4)/* overload */;

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
System.JSON.pas
System.JSON.hpp
System.JSON TJSONAncestor

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。