RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TField.IsNull Property

Indicates whether the field has a value assigned to it.

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

Inspect IsNull to ascertain whether the field contains a value. If IsNull is true, the field is blank. If IsNull is false, the field has a value. 

 

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