Data.DBXCommon.TDBXCursorValue.IsNull
Delphi
function IsNull: Boolean; override;
C++
virtual bool __fastcall IsNull(void);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | Data.DBXCommon.pas Data.DBXCommon.hpp |
Data.DBXCommon | TDBXCursorValue |
説明
値が null の場合は,true を返します。
Data.DBXCommon.TDBXCursorValue.IsNull は Data.DBXCommon.TDBXValue.IsNull を継承しています。以下の内容はすべて Data.DBXCommon.TDBXValue.IsNull を参照しています。
値が null の場合は,true を返します。
値が null の場合は,true を返します。Get メソッドを呼び出す前に,このメソッドを呼び出す必要があります。 値が null の場合に Get メソッドを呼び出すと,TDBXError 例外が送出されます。