4D v16

SVG_CLEAR

Home

 
4D v16
SVG_CLEAR

SVG_CLEAR 


 

SVG_CLEAR {( svgObject )} 
Parameter Typ   Beschreibung
svgObject  SVG_Ref in SVG object reference

The SVG_CLEAR command frees the memory taken up by the SVG object designated by svgObject.

svgObject can be an SVG root object (created with the SVG_New, SVG_Copy or SVG_Open_file commands) or any valid SVG object.

If svgObject is not passed, the command frees all the SVG objects created using SVG_New, SVG_Copy or SVG_Open_file commands.This syntax is useful during the development phase during which an SVG reference can be created but the memory was not released becauses of an error that prevents the execution of the method from completing. In a final development, any SVG reference that is no longer used must be freed using the SVG_CLEAR command.



Siehe auch 

SVG_Copy
SVG_New
SVG_Open_file

 
EIGENSCHAFTEN 

Produkt: 4D
Thema: Documents
Nummer: 65997

 
GESCHICHTE 

Erstellt: Composant 4D SVG v11.3
Geändert: 4D v13

 
ARTIKELVERWENDUNG

4D SVG ( 4D v16)