System.JSON.TJSONObject.Format

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure Format(Builder: TStringBuilder; const ParentIdent, Ident: string); overload; override;

C++

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

Eigenschaften

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

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.