Data.DBXCommon.TDBXTimeStampValue.IsNull

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Data.DBXCommon.pas
Data.DBXCommon.hpp
Unit: Data.DBXCommon
Parent: TDBXTimeStampValue

Delphi

function IsNull: Boolean; override;

C++

virtual bool __fastcall IsNull();

Description

Returns true if the value is null.

Returns true if the value is null. This method should be called before calling any of the Get methods. If the value is null, the Get methods will throw TDBXError exception if they are called.