Listboxes

A listbox is a window control which enables the user to make selections from a scrollable list of values. Listboxes are accessed by means of the dialog command. There are three different types of listbox, illustrated below:

image0

The type is assigned by means of the listbox_type = clause.

A listbox is defined using the form:

+|–listbox listbox_id at x, y {
    clauses
}


RELATED TOPICS

Defining a window object

Commands used with listboxes