4D v14

SVG_Open_file

Home

 
4D v14
SVG_Open_file

SVG_Open_file 


 

SVG_Open_file ( path ) -> Function result 
Parameter Type   Description
path  String in Pathname of SVG document to open
Function result  SVG_Ref in Document reference

The SVG_Open_file command parses (and validates with the DTD) the SVG document found at the location designated by the path parameter and returns an SVG reference (16-character string) for this document.

Important: Once you no longer need it, do not forget to call the SVG_CLEAR command with this reference in order to free up the memory.

 
PROPERTIES 

Product: 4D
Theme: Documents
Number: 65996

 
HISTORY 

Created: Composant 4D SVG v11.3

 
SEE ALSO 

SVG_CLEAR
SVG_Copy
SVG_New

 
ARTICLE USAGE

4D SVG Component ( 4D v13)
4D SVG Component ( 4D v12)
4D SVG Component ( Composant 4D SVG v11.4)
4D SVG Component ( 4D v14 R2)
4D SVG Component ( 4D v14)
4D SVG Component ( 4D v14 R3)
4D SVG Component ( 4D v14 R4)