RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBXSQLVAR.IsNullable Property

Indicates whether the field can have a value assigned to it.

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

Use the IsNullable property to determine if the field can contain a value. If IsNullable is true, the field can contain a value. If IsNullable is false, the field cannot contain a value. 

 

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