INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- Text at the zero-based index `i'
-- Length text at the zero-based index `i'
-- Find the first string that contains the
-- prefix `a_string'. `index' specifies the
-- zero-based index of the item before the first
-- item to be searched.
-- Returns -1 if the search was unsuccessful.
-- Find the first string that matches `a_string'.
-- `index' specifies the zero-based index of the
-- item before the first item to be searched.
-- Returns -1 if the search was unsuccessful.
-- Add `a_string' in the combo box.
-- Add `a_string' at the zero-based `index'.
-- Delete the item at the zero-based `index'.
-- Add `files' to the combo box. `files' may contain
-- wildcards (?*). See class WEL_DDL_CONSTANTS for
-- `attribut' values.
-- Reset the content of the list.
-- Select item at the zero-based `index'.
-- Is an item selected?
-- Zero-based index of the selected item
-- String currently selected
-- Rectangle of the drop down list box
-- Text length
-- Number of lines
-- The combo box has been closed.
-- The user double-clicks a string in the list box.
-- The list box is about to be made visible.
-- The user has taken an action that may have altered
-- the text in the edit control portion.
-- The edit control portion is about to
-- display altered text.
-- The combo box can not allocate enough memory to
-- meet a specific request.
-- The combo box loses the keyboard focus.
-- The selection is about to be changed.
-- The user selects an item, but then selects another
-- control or closes the dialog box.
-- The user selects a list item, or selects
-- an item an then closes the list.
-- The combo box receives the keyboard focus.
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |