4D View v16

PV BLOB TO AREA

Home

 
4D View v16
PV BLOB TO AREA

PV BLOB TO AREA 


 

PV BLOB TO AREA ( area ; blob ) 
Parameter Type   Description
area  Longint in 4D View area
blob  BLOB in Source BLOB

The PV BLOB TO AREA command opens in area the 4D View spreadsheet saved in blob.

The area parameter can be a 4D View area present on the screen or offscreen.

Example  

This first method (for example, the object method of a "copy" button) copies the content of an area to use it later, for example, after removing it or in another area:

 C_BLOB(BlobVariable`Process variable receiving the area
 BlobVariable:=PV Area to blob(Area) `Save in a variable

This second method (for example, the object method of a "paste" button) pasted the area content in a variable and places area information present on the screen:

 PV BLOB TO AREA(Area;BlobVariable) `Get from the variable



See also 

PV Area to blob

 
PROPERTIES 

Product: 4D View
Theme: PV Area
Number: 15981

 
HISTORY 

Created: 4D View 6.8

 
ARTICLE USAGE

4D View Language ( 4D View v16)