REST.Client.TCustomRESTResponse.TJSONValueErrorEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TJSONValueErrorEvent = procedure(Sender: TObject; AUpdateError: TJSONValueError; const AMessage: string) of object;

C++

typedef void __fastcall (__closure *TJSONValueErrorEvent)(System::TObject* Sender, TJSONValueError AUpdateError, const System::UnicodeString AMessage);

Properties

Type Visibility Source Unit Parent
type
typedef
public
REST.Client.pas
REST.Client.hpp
REST.Client TCustomRESTResponse

Description

Embarcadero Technologies does not currently have any additional information.