The sysLib.getProperty() system function retrieves the value of a Java™ runtime setting. If the specified setting is not found, the function calls the java.lang.System.getProperty() method to request the Java system property with the given name. If the setting is still not found, sysLib.getProperty() returns a null value.
Java runtime settings can be found in a number of different program properties files. These program property files have nothing to do with EGL program properties. For more information, refer to the EGL Generation Guide.
sysLib.getProperty(propertyName STRING in) returns (result STRING?)