Data.DBXJSONCommon.TDBXJSONTools.JSONNullToDBX

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Data.DBXJSONCommon.pas
Data.DBXJSONCommon.hpp
Unit: Data.DBXJSONCommon
Parent: TDBXJSONTools

Delphi

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

C++

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

Description

Sets the ADBXValue to null.

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

See Also