Data.DBXJSONCommon.TDBXJSONTools.JSONNullToDBX

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
Data.DBXJSONCommon.pas
Data.DBXJSONCommon.hpp
Data.DBXJSONCommon TDBXJSONTools


説明

ADBXValue を null に設定します。

クラス メソッド JSONNullToDBX は、指定された ADataType に従って ADBXValue コンテナを null に設定します。

関連項目