String Intrinsic Functions - IsSqlNull Method

Test if the variable is SQLNull

Member of String Intrinsic Functions (PRIM_LIBI.ICommonStringIntrinsics)

Parameters

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

Details

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

Example

In this example, an edit is made readonly if the date is SqlNull i.e. a value has not been set.
#Edit.Readonly := #Datetime.IsSqlNull

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2