Data.DBXJSONReflect.JSONReflect.JSONInterceptor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function JSONInterceptor: TJSONInterceptor;

C++

TJSONInterceptor* __fastcall JSONInterceptor();

Properties

Type Visibility Source Unit Parent
function public
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Data.DBXJSONReflect JSONReflect

Description

Creates a TJSONInterceptor instance from the current definition.

The JSONInterceptor method creates a TJSONInterceptor instance from the current definition. The caller takes ownership of the object.

See Also