DelPageFromApp

Description:              This statement deletes a system page from an application.

Warning:               This function should be used by advanced users only. Irrevocable alteration of your application may occur.

Returns:                    Nothing

Usage:                       Script

Format:                      \DelPageFromApp(PageName);

Parameters:             PageName     { text }  { required }  { no default }
          The text name of the page to delete.

Comments:               In versions of VTS prior to 8.1, this subroutine was a part of the page manager and therefore was called using the format \PageManager\DelPageFromApp(…).  With version 8.1, the page manager is no longer a part of VTS and the function can simply be called using \DelPageFromApp() as shown in the "Format" section above.