IsStrict

Top  Previous  Next

Indicates if the function accepts null values.  If IsStrict is true, it means that the function will return a null value if any of its input arguments are null.

 

Syntax:

function IsStrict: Boolean;

 

Example:

 

scripting_tfunction_isstrict