XADcreatedroplist


Purpose
Create a droplist object.
Synopsis
procedure XADcreatedroplist(wid:integer, id:integer, x:integer, y:integer, w:integer, h:integer, name:string)
procedure XADcreatedroplist(wid:integer, id:integer, x:integer, y:integer, w:integer, h:integer, name:string, sorted:boolean)
Arguments
wid 
id of the window containing the droplist
id 
Droplist identifier
x coordinate (from left of window) of the droplist in pixels
y coordinate (from top of window) of the droplist in pixels
Width of the droplist in pixels
Height of the droplist in pixels
name 
String containing comma-separated droplist items
sorted 
If true, the droplist will be sorted and remain sorted after adding elements
Related topics
XADdroplistadd, XADdroplistgetsel, XADdroplistshow


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