WR GET AREA PROPERTY
version 2004.1 (Modified)
WR GET AREA PROPERTY (area; option; value; stringValue)
Parameter | Type | Description | |
area | Longint | 4D Write area | |
option | Integer | Option number | |
value | Integer | Depends on the option | |
stringValue | String | Property string depending on the case |
Description
The WR GET AREA PROPERTY command allows you to read the current value of the option for the 4D Write area referenced by area.
In option, pass one of the constants of the WR Area properties theme. For information on each constant, please refer to the description of the WR SET AREA PROPERTY command.
The stringValue parameter can be used with the wr window title and wr minimized button title properties.
See Also