DelPageFromApp

Description: 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 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: 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.