getProperty()

The system function SysLib.getProperty retrieves the value of a Java™ runtime property. If the specified property is not found, the function returns a null string ("").

  SysLib.getProperty(propertyName STRING in)
  returns (result STRING)
result
A field of type STRING
propertyName
A character variable or constant, or a string literal

Related concepts
Syntax diagram for EGL functions
Java runtime properties

Related reference
EGL library SysLibJava runtime properties (details)

Feedback
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.