Data.FireDACJSONReflect.TFDJSONDataSetsReader

From RAD Studio API Documentation
Jump to: navigation, search

Data.FireDACJSONReflect.TFDJSONDataSetsReaderBaseSystem.TInterfacedObjectSystem.TObjectTFDJSONDataSetsReader

Delphi

TFDJSONDataSetsReader = class(TFDJSONDataSetsReaderBase, IFDJSONDataSetsReader)

C++

class PASCALIMPLEMENTATION TFDJSONDataSetsReader : public TFDJSONDataSetsReaderBase

Properties

Type Visibility Source Unit Parent
class public
Data.FireDACJSONReflect.pas
Data.FireDACJSONReflect.hpp
Data.FireDACJSONReflect Data.FireDACJSONReflect

Description

Dataset list payload reader.

Use this class to read from an instance of TFDJSONDataSets.

Call TFDJSONDataSetsReader.Create to create an object that implements the IFDJSONDataSetsReader interface, or call class methods of TFDJSONDataSetsReader directly.

See Also