String Intrinsic Functions - IsNotSqlNull Method

Test if the variable is not SQLNull

Member of String Intrinsic Functions (PRIM_LIBI.ICommonStringIntrinsics)

Parameters

NameTypeData TypeDescription
Result*Result (Optional)BooleanTrue if the variable is not SQLNull

Details

IsNotSqlNull tests the variable and returns True if it is not an SQLNull.

Example

In this example, a button is enabled if the date is not SqlNull i.e. a value has been set.
#Button.enabled := #Datetime.IsNotSqlNull

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2