geDispWinEnvProps
geDispWinEnvProps( [t_type] ) =>t/ nil
Description
Lists all the window environment variables that can be set using the envSetVal function or stored inside the .cdsenv file.
Arguments
|
Optional argument that describes the type of environment variables. |
Value Returned
Examples
The following examples list the window environment variables that can be set.
geDispWinEnvProps()
geDispWinEnvProps("all")
geDispWinEnvProps("boolean")
geDispWinEnvProps("integer")
Related Topics
Return to top