System.JSON.Serializers.TJsonSerializer.InternalPopulate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure InternalPopulate(const Reader: TJsonReader; var AValue: TValue; AUseConverter: Boolean); virtual;

C++

virtual void __fastcall InternalPopulate(System::Json::Readers::TJsonReader* const Reader, System::Rtti::TValue &AValue, bool AUseConverter);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.JSON.Serializers.pas
System.JSON.Serializers.hpp
System.JSON.Serializers TJsonSerializer

Description

Embarcadero Technologies does not currently have any additional information.