Skip to main content

isObjectNull

Short summary

This method is a helper method to check if an object is NULL.

Return:FALSE: foreign object is not NULL, TRUE: foreign object is NULL

  • Return type: BOOL

Parameters

NameTypeCommentKind
objectIObjectforeign object to checkinput

Code

Declaration

METHOD isObjectNull :BOOL
VAR_INPUT
(* foreign object to check*)
object :IObject;
END_VAR