Data.DBXJSONReflect.JSONReflect.JSONPopulationCustomizer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function JSONPopulationCustomizer: TJSONPopulationCustomizer;

C++

TJSONPopulationCustomizer* __fastcall JSONPopulationCustomizer();

Properties

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

Description

Creates a TJSONPopulationCustomizer instance from the current definition.

The JSONPopulationCustomizer method creates a TJSONPopulationCustomizer instance from the current definition. The caller takes ownership of the object.

See Also