XADcreatelist


Purpose
Create a list object.
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 coordinate (from left of window) of the list in pixels
y coordinate (from top of window) of the list in pixels
Width of the list in pixels
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
XADlistadd, XADlistgetsel, XADlistshow


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