Data.DBXCommon.TDBXJSONValue

From RAD Studio API Documentation
Jump to: navigation, search

Data.DBXCommon.TDBXWritableValueData.DBXCommon.TDBXValueSystem.TObjectTDBXJSONValue

Delphi

TDBXJSONValue = class(TDBXWritableValue)

C++

class PASCALIMPLEMENTATION TDBXJSONValue : public TDBXWritableValue

Properties

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

Description

TDBXJSONValue is a bridge class between dbExpress framework and JavaScript Object Notation.

TDBXJSONValue extracts and saves a JSON value in a TDBXRow.

See Also