LISTEDIT Mnemonic - Create a List Edit Control
Syntax
'LISTEDIT'(id,x,y,w,h,title,flags)
Description
For BBj-specific information, see LISTEDIT
Mnemonic - Create a List Edit Control BBj.
The 'LISTEDIT' mnemonic creates a list edit control that allows the user
to enter a selection in the edit area, or, by left-clicking on the arrow,
will display a drop-down list of possible choices. The list of choices
available may be modified only under program control. The values in the
list may be accessed using a zero-based list index integer. If the user
clicks on an item in the list, the item is copied into the edit area.
Parameter | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
id | Control ID number. It must be an integer between 1 and 32767 and be unique within a given top-level window. | ||||||||||
x | Horizontal position of the upper-left corner of the control in units. | ||||||||||
y | Vertical position of the upper-left corner of the control in units. | ||||||||||
w | Width of the control in units. | ||||||||||
h | Height of the control in units. | ||||||||||
title | Title of the control. | ||||||||||
flags | Control flags,
as follows:
|