GB.ReturnNull
void GB.ReturnNull ( void )
Returns the
NULL constant to the caller of the method or property.
The datatype of the method or the property must accept the
NULL constant.
This function does not abort the method or property. You must explicitely return from it
by using the return
instruction.
See also