Data.DBXJSONCommon.TDBXJSONTools.JSONNullToDBX
Delphi
class procedure JSONNullToDBX(
const ADBXValue: TDBXWritableValue; const ADataType: Integer); static;
C++
static void __fastcall JSONNullToDBX(Data::Dbxcommon::TDBXWritableValue* const ADBXValue, const int ADataType);
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
procedure function |
public | Data.DBXJSONCommon.pas Data.DBXJSONCommon.hpp |
Data.DBXJSONCommon | TDBXJSONTools |
Beschreibung
Setzt ADBXValue
auf null.
Die Klassenmethode JSONNullToDBX setzt den ADBXValue
-Container gemäß dem angegebenen ADataType
auf null.