Data.DBXJSONReflect.TJSONUnMarshal.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create; overload; virtual;
constructor Create(Reverters: TObjectDictionary<string, TReverterEvent>); overload; virtual;

C++

__fastcall virtual TJSONUnMarshal()/* overload */;
__fastcall virtual TJSONUnMarshal(System::Generics::Collections::TObjectDictionary__2<System::UnicodeString,TReverterEvent*>* Reverters)/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Data.DBXJSONReflect TJSONUnMarshal


Beschreibung

Erstellt und initialisiert eine Instanz von TJSONUnMarshal.

Die Create-Methode erstellt und initialisiert eine Instanz der TJSONUnMarshal-Klasse.

Siehe auch