FireDAC.Comp.BatchMove.JSON.TFDJsonField

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TCollectionItemSystem.Classes.TPersistentSystem.TObjectTFDJsonField
[–] Properties
Type: class
Visibility: public
Source:
FireDAC.Comp.BatchMove.JSON.pas
FireDAC.Comp.BatchMove.JSON.hpp
Unit: FireDAC.Comp.BatchMove.JSON
Parent: FireDAC.Comp.BatchMove.JSON

Delphi

TFDJsonField = class(TCollectionItem)

C++

class PASCALIMPLEMENTATION TFDJsonField : public System::Classes::TCollectionItem

Description

Defines the properties of individual fields within a JSON object, such as the field name, data type, and other metadata.


See Also