System.JSON.TJSONAncestor.Format

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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 */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
System.JSON.pas
System.JSON.hpp
System.JSON TJSONAncestor

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.