RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXByteArrayValue.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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!