REST.Response.Adapter.TJSONParserObjectCallback

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TJSONParserObjectCallback = procedure(const AJSONObject: TJSONObject) of object;

C++

typedef void __fastcall (__closure *TJSONParserObjectCallback)(System::Json::TJSONObject* const AJSONObject);

Properties

Type Visibility Source Unit Parent
type
typedef
public
REST.Response.Adapter.pas
REST.Response.Adapter.hpp
REST.Response.Adapter REST.Response.Adapter

Description

Embarcadero Technologies does not currently have any additional information.