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

Home

 
4D v20 R8
SVG_SET_VISIBILITY

SVG_SET_VISIBILITY 


 

SVG_SET_VISIBILITY ( svgObject {; hide} ) 
Parameter Typ   Beschreibung
svgObject  SVG_Ref in Reference of SVG element
hide  Boolean in True = Show, False = Hide

The SVG_SET_VISIBILITY command hides or shows an SVG object having the objectRef reference. If objectRef is not the reference of an object that can be hidden, an error is generated.

If the optional hide parameter is set to True or omitted, the object will be shown. If it is False, the object will be hidden.

 $svg :=SVG_New
 $object:=SVG_New_rect($svg;10;10;200;200;0;0;"black";" white";2)
 SVG_SET_VISIBILITY($object;False`The object is described but will not be rendered.

 
EIGENSCHAFTEN 

Produkt: 4D
Thema: Attributes
Nummer: 65948

Dieser Befehl kann in preemptive Prozessen laufen

 
SEITENINHALT 
 
GESCHICHTE 

Erstellt: Composant 4D SVG v11.3

 
ARTIKELVERWENDUNG

4D SVG ( 4D v20 R8)