Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

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

t_type

Optional argument that describes the type of environment variables.

all

boolean

integer

float

string

list

Default Value: all

Value Returned

t

Lists of available variables.

Examples

The following examples list the window environment variables that can be set.

geDispWinEnvProps()
geDispWinEnvProps("all")
geDispWinEnvProps("boolean")
geDispWinEnvProps("integer")

Related Topics

Edit and Display Functions


Return to top
 ⠀
X