4D Write v16

WR New offscreen area

Home

 
4D Write v16
WR New offscreen area

WR New offscreen area 


 

WR New offscreen area -> Function result 
Parameter Type   Description
Function result  Longint in Reference of 4D Write area

The command WR New offscreen area reserves space in memory for a 4D Write area that is invisible to you and the user. This function also returns a value that can be used to access the invisible area. The value returned by WR New offscreen area can be used in any 4D Write command that requires a 4D Write area.
Remember to delete the offscreen area created by this function when you are finished with it.

Example  

The following example creates a temporary offscreen area, prints it and the deletes it.

 Temporary:=WR New offscreen area
 WR INSERT TEXT(Temporary;MyText)
 WR PRINT(Temporary;0)
 WR DELETE OFFSCREEN AREA(Temporary)



See also 

WR DELETE OFFSCREEN AREA

 
PROPERTIES 

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

 
HISTORY 

Created: 4D Write 6

 
ARTICLE USAGE

4D Write Language ( 4D Write v16)