Show: Delphi C++
Display Preferences

Data.DBXCommon.TDBXWideStringValue.IsNull

From XE2 API Documentation
Jump to: navigation, search

Delphi

function IsNull: Boolean; override;

C++

virtual bool __fastcall IsNull(void);

Properties

Type Visibility Source Unit Parent
function public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXWideStringValue

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.

Personal tools
Previous Versions
Translations