System.JSON.Builders.TJSONCollectionBuilder.DoWriteCustomVariant

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoWriteCustomVariant(AWriter: TJsonWriter; const AValue: Variant); virtual;

C++

virtual void __fastcall DoWriteCustomVariant(System::Json::Writers::TJsonWriter* AWriter, const System::Variant &AValue);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.JSON.Builders.pas
System.JSON.Builders.hpp
System.JSON.Builders TJSONCollectionBuilder

Description

Override DoWriteCustomVariant to implement the writing of custom variant data types.

The default implementation of DoWriteCustomVariant writes a custom variant value as a string.

See Also