INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- Strings contained in the list box
-- Text at the zero-based index `i'
-- Length text at the zero-based index `i'
-- Add `a_string' in the list box.
-- If the list box does not have the
-- `Lbs_sort' style, `a_string' is added
-- to the end of the list otherwise it is
-- inserted into the list and the list is
-- sorted.
-- Add `a_string' at the zero-based `index'
-- Delete the item at the zero-based `index'
-- Add `files' to the list box. `files' may contain
-- wildcards (?*). See class WEL_DDL_CONSTANTS for
-- `attribut' values.
-- Reset the content of the list.
-- Ensure that the zero-based `index'
-- in the list box is visible.
-- Select item at the zero-based `index'.
-- Set the width, in pixels, by which a list box can
-- be scrolled horizontally.
-- Is an item selected?
-- Index of the first visible item
-- Is item at position `index' selected?
-- Height of an item
-- Width, in pixels, by which the list box can be
-- scrolled horizontally
-- 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.
-- Number of lines
-- The selection is about to change
-- Cannot allocate enough memory
-- to meet a specific request
-- Double click on a string
-- Cancel the selection
-- Receive the keyboard focus
-- Lose the keyboard focus
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |