4D Write v16

WR DELETE OFFSCREEN AREA

Home

 
4D Write v16
WR DELETE OFFSCREEN AREA

WR DELETE OFFSCREEN AREA 


 

WR DELETE OFFSCREEN AREA ( area ) 
Parameter Type   Description
area  Longint in 4D Write area

The command WR DELETE OFFSCREEN AREA deletes the 4D Write area that was created with WR New offscreen area and frees the memory used by the offscreen area.
area must be an offscreen area and not an area on a form or in a window. Issue the WR DELETE OFFSCREEN AREA command when you no longer need the offscreen area.

Example  

The following example illustrates the need to pair every call to WR New offscreen area with a corresponding call to WR DELETE OFFSCREEN AREA.

 NewArea:=WR New offscreen area
  `Create a new offscreen area
  `Do Something
 WR DELETE OFFSCREEN AREA(NewArea)
  `Remove the offscreen area



See also 

WR New offscreen area

 
PROPERTIES 

Product: 4D Write
Theme: WR Areas
Number: 89252

 
HISTORY 

Created: 4D Write 6

 
ARTICLE USAGE

4D Write Language ( 4D Write v16)