XADcreatetext


Purpose
Create a text object.
Synopsis
procedure XADcreatetext(wid:integer, id:integer, x:integer, y:integer, w:integer, h:integer, name:string)
Arguments
wid 
id of the window containing the text
id 
Text identifier
x coordinate (from left of window) of the text in pixels
y coordinate (from top of window) of the text in pixels
Width of the text in pixels
Height of the text in pixels
text 
Contents of the text object (use \r\n to break lines)
Related topics
XADtextaddtext, XADtextgettext, XADtextsettext


If you have any comments or suggestions about these pages, please send mail to docs@dashoptimization.com.