Data.DBXJSONCommon.TDBXJSONTools.JSONNullToDBX

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class procedure JSONNullToDBX(  const ADBXValue: TDBXWritableValue; const ADataType: Integer); static;

C++

static void __fastcall JSONNullToDBX(Data::Dbxcommon::TDBXWritableValue* const ADBXValue, const int ADataType);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.DBXJSONCommon.pas
Data.DBXJSONCommon.hpp
Data.DBXJSONCommon TDBXJSONTools

Description

Sets the ADBXValue to null.

The JSONNullToDBX class method sets the ADBXValue container to null according to the specified ADataType.

See Also