System.JSON.Builders.TJSONCollectionBuilder.TGetReaderProc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TGetReaderProc = reference to function (AWriter: TJsonWriter): TJsonReader;

C++

__interface TGetReaderProc  : public System::IInterface

Properties

Type Visibility Source Unit Parent
anonMethod
class
public
System.JSON.Builders.pas
System.JSON.Builders.hpp
System.JSON.Builders TJSONCollectionBuilder

Description

Reference to a function to get the reader.

You can define TGetReaderProc at creation to determine how to get the reader when calling the DoGetReader method.

See Also