4D-SVG

SVG_SET_TEXTAREA_TEXT

SVG_SET_TEXTAREA_TEXT ( svgObject ; theText )

Parameter Type   Description
svgObject SVG_Ref Reference of text element
theText Text Text to set

Description

The SVG_SET_TEXTAREA_TEXT command can be used to set/replace the textual content of the text object designated by svgObject. If svgObject is not a “textArea” object, an error is generated.

The line return characters are automatically replaced by “” elements.

See also

SVG_APPEND_TEXT_TO_TEXTAREA
SVG_New_textArea