Purpose
Synopsis
procedure XADcreatelist(wid:integer, id:integer, x:integer, y:integer, w:integer, h:integer, name:string)
procedure XADcreatelist(wid:integer, id:integer, x:integer, y:integer, w:integer, h:integer, name:string, sorted:boolean)
Arguments
|
wid
|
id of the window containing the list
|
|
id
|
List identifier
|
|
x
|
x coordinate (from left of window) of the list in pixels
|
|
y
|
y coordinate (from top of window) of the list in pixels
|
|
w
|
Width of the list in pixels
|
|
h
|
Height of the list in pixels
|
|
name
|
String containing comma-separated list items
|
|
sorted
|
If true, the list 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.