SYSTEM Object
The SYSTEM object is an intrinsic object that represents the Presentation Server environment and provides an interface to many operating system functions. It is automatically created at startup and is always available.
Developer Notes
1. In contrast to other intrinsic objects the SYSTEM object DESTROY method may be used on the SYSTEM object itself to programmatically close the application.
2. Many of methods from the deprecated Utility Stored Procedure are now exposed as methods of the SYSTEM object.