DelPageFromApp

(VTScada-Layer function. Must be called with a leading backslash.)

Description: Deletes a system page from an application.
Warning: This function should be used only by advanced programmers.
Returns: Nothing
Usage: Script Only.
Function Groups: Compilation and On-Line Modifications,  Window
Related to:  
Format: \DelPageFromApp(PageName);
Parameters:  
PageName   
Required. The text name of the page to delete.
Comments:

Seldom (if ever) used when adding features to modern VTScada applications.

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 VTScada and the function can simply be called using \DelPageFromApp() as shown in the "Format" section above.