Langage 4DCommandes par thèmeSVGVersion : SuivantSVGSVG EXPORT TO PICTURE ( refElément : Text ; vVarImage : Picture {; typeExport : Integer} )SVG Find element ID by coordinates ( * ; objetImage : Text ; x : Integer ; y : Integer ) : TextSVG Find element ID by coordinates ( objetImage : Variable, Field ; x : Integer ; y : Integer ) : TextSVG Find element IDs by rect ( * ; objetImage : Text ; x : Integer ; y : Integer ; largeur : Integer ; hauteur : Integer ; tabIds : Text array ) : BooleanSVG Find element IDs by rect ( objetImage : Variable, Field ; x : Integer ; y : Integer ; largeur : Integer ; hauteur : Integer ; tabIds : Text array ) : BooleanSVG GET ATTRIBUTE ( * ; objetImage : Text ; id_Element : Text ; nomAttribut : Text ; valeurAttribut : Text, Integer, Boolean )SVG GET ATTRIBUTE ( objetImage : Variable, Field ; id_Element : Text ; nomAttribut : Text ; valeurAttribut : Text, Integer, Boolean )SVG SET ATTRIBUTE ( * ; objetImage : Text ; id_Element : Text ; ...(nomAttribut : Text ; valeurAttribut : Text, Integer, Boolean) {; *})SVG SET ATTRIBUTE ( nomAttribut2 : Variable, Field; valeurAttribut2 : Text ;...(nomAttributN : Text ; valeurAttributN : Text, Integer, Boolean) {; *})SVG SHOW ELEMENT ( * ; objetImage : Text ; id : Text {; marge : Integer} )SVG SHOW ELEMENT ( objetImage : Variable, Field ; id : Text {; marge : Integer} )