4D Write v12WR Area to blob | 
            ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 
                    
                        
    
    
                         | 
                
                    
                         
    4D Write v12
 
WR Area to blob 
 
        
 | 
                |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| WR Area to blob ( area ; savedDoc ) -> Function result | ||||||||
| Parameter | Type | Description | ||||||
| area | Longint | 
             
         | 
        4D Write area | |||||
| savedDoc | Integer | 
             
         | 
        1=If document is not saved, no dialog 0=If document is not saved, the dialog is displayed | |||||
| Function result | BLOB | 
             
         | 
        Contents of area | |||||
The WR Area to blob command places the contents of the area referenced by area into a BLOB field or variable. WR Area to blob returns a Blob that can be assigned to a BLOB field or a BLOB variable.
You want to save Area in the BLOB field “WriteBlobSave”:
 [Texts]WriteBlobSave:=WR Area to blob(Area;1)
	Product:  4D Write
	Theme:  WR Areas
	Number:  
        89444
        
        
        
	
	Created:  4D Write 6.5
WR Area to picture
WR BLOB TO AREA