isValid()

Returns true if the view is valid.

 

unifaceViewObject.isValid()

Return Value

Returns true if the View object is valid; otherwise false

Description

Use the isValid() function check whether the view is valid before using the show() function.

Note:  This function does not work with the default view that is automatically created by the weblayout ProcScript command.

Related Topics