4D Write v16

WR GET AREA PROPERTY

Home

 
4D Write v16
WR GET AREA PROPERTY

WR GET AREA PROPERTY 


 

WR GET AREA PROPERTY ( area ; option ; value ; stringValue ) 
Parameter Type   Description
area  Longint in 4D Write area
option  Integer in Option number
value  Integer in Depends on the option
stringValue  String in 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.

Example  

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)



See also 

WR SET AREA PROPERTY

 
PROPERTIES 

Product: 4D Write
Theme: WR Area Options
Number: 89458

 
HISTORY 

Modified: 4D Write 2004.1

 
ARTICLE USAGE

4D Write Language ( 4D Write v16)