4D Write v14WR GET AREA PROPERTY |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D Write v14
WR GET AREA PROPERTY
|
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 | |||||
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.
To find out whether an area has been modified:
WR GET AREA PROPERTY(WriteArea;wr modified;$ve_report)
$vb_writeMODIF:=($ve_report=wr dirty bit status true)
Product: 4D Write
Theme: WR Area Options
Number:
89458
Modified: 4D Write 2004.1
4D Write Language ( 4D Write v11.6)
4D Write Language ( 4D Write v12)
4D Write Language ( 4D v13)
4D Write Language ( 4D Write v14)
4D Write Language ( 4D Write v14 R2)
4D Write Language ( 4D Write v14 R3)
4D Write Language ( 4D Write v14 R4)