API:Data.DBXCommon.TDBXNullValue.IsNull

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

Delphi

function IsNull:Boolean; override;

C++

virtual bool __fastcall IsNull();

プロパティ

種類 可視性 ソース ユニット
function public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXNullValue

説明

値が null の場合は,true を返します。

Data.DBXCommon.TDBXNullValue.IsNull は Data.DBXCommon.TDBXValue.IsNull を継承しています。以下の内容はすべて Data.DBXCommon.TDBXValue.IsNull を参照しています。

値が null の場合は,true を返します。

値が null の場合は,true を返します。Get メソッドを呼び出す前に,このメソッドを呼び出す必要があります。 値が null の場合に Get メソッドを呼び出すと,TDBXError 例外が送出されます。