Data.DBXJSONCommon.TDBXJSONTools.JSONNullToDBX
[–] 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