XADcreateinput


Purpose
Create an input object.
Synopsis
procedure XADcreateinput(wid:integer, id:integer, x:integer, y:integer, w:integer, h:integer, text:string)
Arguments
wid 
id of the window containing the input
id 
Input identifier
x coordinate (from left of window) of the input in pixels
y coordinate (from top of window) of the input in pixels
Width of the input in pixels
Height of the input in pixels
text 
Initial content of the input object
Related topics
XADinputgettext, XADinputsettext


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