System.JSON.Builders.TJSONCollectionBuilder.TGetReaderProc

From RAD Studio API Documentation
Revision as of 13:16, 25 January 2016 by AChavesBot (talk | contribs) (RS-74247)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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