Data.DBXJSONReflect.JSONReflect.JSONPopulationCustomizer

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Unit: Data.DBXJSONReflect
Parent: JSONReflect

Delphi

function JSONPopulationCustomizer: TJSONPopulationCustomizer;

C++

TJSONPopulationCustomizer* __fastcall JSONPopulationCustomizer();

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