Data.FireDACJSONReflect.TFDJSONDataSetsReader

From RAD Studio API Documentation
Jump to: navigation, search

Data.FireDACJSONReflect.TFDJSONDataSetsReaderBaseSystem.TInterfacedObjectSystem.TObjectTFDJSONDataSetsReader
[–] Properties
Type: class
Visibility: public
Source:
Data.FireDACJSONReflect.pas
Data.FireDACJSONReflect.hpp
Unit: Data.FireDACJSONReflect
Parent: Data.FireDACJSONReflect

Delphi

TFDJSONDataSetsReader = class(TFDJSONDataSetsReaderBase, IFDJSONDataSetsReader)

C++

class PASCALIMPLEMENTATION TFDJSONDataSetsReader : public TFDJSONDataSetsReaderBase

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