4D v14.3

SAVE PICTURE TO FILE

Home

 
4D v14.3
SAVE PICTURE TO FILE

SAVE PICTURE TO FILE 


 

SAVE PICTURE TO FILE ( document ; picture ) 
Parameter Type   Description
document  DocRef in Document reference number
picture  Picture in Picture to be saved

This command calls for obsolete mechanisms and is only kept for compatibility reasons. It has been favorably replaced by the WRITE PICTURE FILE command.

This command saves picture in a document that was created using the Create document function.

Example  

The following example creates a document and saves a picture in it:

 vRef:=Create document("";"PICT")
 If(OK=1)
    SAVE PICTURE TO FILE(vRef;vPict)
    CLOSE DOCUMENT(vRef)
 End if

 
PROPERTIES 

Product: 4D
Theme: Pictures
Number: 358

This command is deprecated and should not be used anymore

 
HISTORY 

Created: < 4D v6

 
SEE ALSO 

WRITE PICTURE FILE

 
ARTICLE USAGE

4D Language Reference ( 4D v12.4)
4D Language Reference ( 4D v11 SQL Release 6)
4D Language Reference ( 4D v14 R3)
4D Language Reference ( 4D v14 R2)
4D Language Reference ( 4D v13.5)
4D Language Reference ( 4D v14.3)
4D Language Reference ( 4D v14 R4)