Previous Up Next

_CRlist
Create a new listbox.

ObjList _CRlist (
Chn _channel_
ObjWin _father_
I _x_
I _y_
I _width_
I _height_
I _flags_
)
Parameters

_channel_
proprietary channel
_father_
father window
_x_
x coordinate
_y_
y coordinate
_width_
width
_height_
height
_flags_
flags :
LB_VSCROLL display a vertical scroll box
LB_MULTICOLUMN allow multicolumn
LB_NOSELECTION disable selection
LB_BORDER display a border
LB_DOWN display a 3d border
LB_MULTIPLE allow multiple selection
LB_DRAGDROP allow drag and drop on this listbox
LB_HSCROLL display a vertical scroll box (it can don't be displayed)
LB_TABFOCUS focus tabulation
Return value

new listbox