RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBXSQLVAR.IsNull Property

Indicates whether the field has a value assigned to it.

Pascal
property IsNull: Boolean;
C++
__property Boolean IsNull;

Use the IsNull property to determine if the field contains a value. If IsNull is true, the field is blank. If IsNull is false, the field has a value. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!