RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdoDbxDataReader.IsDBNull Method

Indicates whether specified column value has a value.

Pascal
function IsDBNull(Ordinal: Integer): Boolean; override;
C++
virtual __fastcall Boolean IsDBNull(int Ordinal);

For the specified zero-based column, IsDBNull returns true if the object is equivalent to DBNull and false otherwise. 

 

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