XADcreatebutton


Purpose
Create a button object.
Synopsis
procedure XADcreatebutton(wid:integer, id:integer, x:integer, y:integer, w:integer, h:integer, name:string)
Arguments
wid 
id of the window containing the button
id 
Button identifier
x coordinate (from left of window) of the button in pixels
y coordinate (from top of window) of the button in pixels
Width of the button in pixels
Height of the button in pixels
name 
The name of the button


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