4D View v14

PV BLOB TO AREA

Home

 
4D View v14
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

 
PROPERTIES 

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

 
HISTORY 

Created: 4D View 6.8

 
SEE ALSO 

PV Area to blob

 
ARTICLE USAGE

4D View Language ( 4D View v11.4)
4D View Language ( 4D View v12)
4D View Language ( 4D v13)
4D View Language ( 4D View v14 R2)
4D View Language ( 4D View v14)
4D View Language ( 4D View v14 R3)
4D View Language ( 4D View v14 R4)