Dies ist die alte 4D Dokumentations-Website. Die neue und aktualisierte Dokumentation finden Sie unter developer.4d.com

Home

 
4D v20 R7
SVG_Copy

SVG_Copy 


 

SVG_Copy ( svgObject ) -> Funktionsergebnis 
Parameter Typ   Beschreibung
svgObject  SVG_Ref in Reference of SVG objec to copy
Funktionsergebnis  SVG_Ref in Reference of new SVG object

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

The command returns a 32-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)



Siehe auch 

SVG_CLEAR
SVG_New

 
EIGENSCHAFTEN 

Produkt: 4D
Thema: Documents
Nummer: 65998

Dieser Befehl kann in preemptive Prozessen laufen

 
SEITENINHALT 
 
GESCHICHTE 

Erstellt: Composant 4D SVG v11.3

 
ARTIKELVERWENDUNG

4D SVG ( 4D v20 R7)