This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v19
SVG_Open_file
|
SVG_Open_file ( path ) -> Function result | ||||||||
Parameter | Type | Description | ||||||
path | String |
![]() |
Pathname of SVG document to open | |||||
Function result | SVG_Ref |
![]() |
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 (32-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.
Product: 4D
Theme: Documents
Number:
65996
Created: Composant 4D SVG v11.3
4D SVG Component ( 4D v19)