This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com

Home

 
4D v20 R7
SVG_SET_TEXTAREA_TEXT

SVG_SET_TEXTAREA_TEXT 


 

SVG_SET_TEXTAREA_TEXT ( svgObject ; theText ) 
Parameter Type   Description
svgObject  SVG_Ref in Reference of text element
theText  Text in Text to set

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 "<tbreak/>" elements.



See also 

SVG_APPEND_TEXT_TO_TEXTAREA
SVG_New_textArea

 
PROPERTIES 

Product: 4D
Theme: Text
Number: 65877

This command can be run in preemptive processes

 
PAGE CONTENTS 
 
HISTORY 

Created: 4D v12

 
ARTICLE USAGE

4D SVG Component ( 4D v20 R7)