SVG_Export_to_XML

4D - Documentation   Français   English   German   4D SVG Component, Command Theme List   4D SVG Component, Index   Back   Previous   Next

version 11.3


SVG_Export_to_XML (svgObject) Text

ParameterTypeDescription
svgObjectSVG_RefSVG object reference
Function resultTextXML text of SVG document

Description

The SVG_Export_to_XML command returns the XML text of the description of the SVG structure referenced by svgObject.

Example

   svgRef :=SVG_New (500; 200; " Test component ")
   …
   MyText:= SVG_Export_to_XML (svgRef )

   SVG_CLEAR (svgRef )

See Also

SVG_Export_to_picture, SVG_SAVE_AS_TEXT.


4D - Documentation   Français   English   German   4D SVG Component, Command Theme List   4D SVG Component, Index   Back   Previous   Next