RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXInt64Value.IsNull Method

Returns true if the value is null.

Pascal
function IsNull: Boolean; override;
C++
virtual __fastcall Boolean IsNull();

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!