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
|
x coordinate (from left of window) of the droplist in pixels
|
|
y
|
y coordinate (from top of window) of the droplist in pixels
|
|
w
|
Width of the droplist in pixels
|
|
h
|
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
If you have any comments or suggestions about these pages,
please send mail to docs@dashoptimization.com.