Data.DBXJSONReflect.TJSONConverter.ProcessData

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Unit: Data.DBXJSONReflect
Parent: TJSONConverter

Delphi

procedure ProcessData(Data: TJSONAncestor); virtual;

C++

virtual void __fastcall ProcessData(System::Json::TJSONAncestor* Data);

Description

Returns the serialized object.

The ProcessData method is used internally to process the JSON data given through the parameter.

See Also