XADcreateeditor


Purpose
Create an editor object.
Synopsis
procedure XADcreateeditor(wid:integer, id:integer, x:integer, y:integer, w:integer, h:integer, text:string)
Arguments
wid 
id of the window containing the editor
id 
Editor identifier
x coordinate (from left of window) of the editor in pixels
y coordinate (from top of window) of the editor in pixels
Width of the editor in pixels
Height of the editor in pixels
text 
Contents of the editor object (use \r\n to break lines)
Related topics
XADeditoraddtext, XADeditorload, XADeditorsave, XADeditorsettext, XADeditorgettext


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