SVG_Copy

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

version 11.3


SVG_Copy (svgObject) SVG_Ref

ParameterTypeDescription
svgObjectSVG_RefReference of SVG objec to copy
Function resultSVG_RefReference of new SVG object

Description

The SVG_Copy command creates a new SVG document that is a copy of the document referenced by svgObject.

The command returns a 16-character string (SVG_Ref) that consists of the reference in memory of the document virtual structure. This reference must be used with the other commands of the component.

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.

Example

   svgRef:=SVG_New
   …
   svgRef Copy:=SVG_Copy (svgRef)

See Also

SVG_CLEAR, SVG_New.


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