Data.DBXCommon.TDBXJSONValue

From RAD Studio API Documentation
Jump to: navigation, search

Data.DBXCommon.TDBXWritableValueData.DBXCommon.TDBXValueSystem.TObjectTDBXJSONValue
[–] Properties
Type: class
Visibility: public
Source:
Data.DBXCommon.pas
Data.DBXCommon.hpp
Unit: Data.DBXCommon
Parent: Data.DBXCommon

Delphi

TDBXJSONValue = class(TDBXWritableValue)

C++

class PASCALIMPLEMENTATION TDBXJSONValue : public TDBXWritableValue

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