listbox

Generic properties, methods and events
[method icon] Add(sText$) Used to add strings to the drop down portion of a DBEdit control
[method icon] Add(sText$, sTag$) Used to add strings with tags to the drop down portion of a DBEdit control
[method icon] Add(sFormattedText$, sTag$, sCookie$) Used to add strings with tags to the drop down portion of a DBEdit control
[method icon] AddSelection() Used to select items in an extended or multiple selection list box
[method icon] AddSelection(iIndex) Used to select all items in a multiple or extended selection list box
[method icon] Delete() Used to clear out the contents of a DBEdit drop down
[method icon] Delete(iIndex) Used to remove individual items from a DBEdit dropdown
[method icon] FindItem(sText$) Find an item from text or context
[method icon] FindItemOrdinal(sText$) Find an item from text or context returning its position within the list
[method icon] GetIndex(iIndex) Used to test drop down index numbers for validity
[method icon] GetIndex(sSearch$) Used to return the index number associated with the specified string
[method icon] GetSelected(iIndex) Used to test to see if an item in a multiple selection list box is selected
[method icon] GetSelection(iOrdinal) Used to return the index of a selected item within the multiple selection list
[method icon] GetString$(iIndex) Returns the item from the specified index location
[method icon] GetTag$(iIndex) Returns the tag from the specified index location
[method icon] HandleFromOrdinal(iIndex) Return handle for a list item ordinal index
[method icon] ItemFromHandle(iHandle) Used to access a list item by handle value
[method icon] ItemFromIndex(iIndex) Used to access a list item by index
[method icon] SelectItem(iHandle) Used to select an item in the drop down list by handle value
[method icon] SetSelection() Removes any current selection from the drop down list
[method icon] SetSelection(iIndex) Used to select an item in the drop down list by index
[property icon] Border Enables/disables the standard border for the control
[property icon] DisableNoScroll Enables/disables the vertical scroll bar
[property icon] DragKey Returns the drag key and mouse button state
[property icon] DragSourceControl Identifies the source control of a drag operation
[property icon] DragSourceItem Identifies the source control component of a drag operation
[property icon] DragTargetControl Identifies the target control of a drag operation
[property icon] DragTargetItem Identifies the target control component of a drag operation
[property icon] DropFileList$ List of files dropped onto control (with HEX(0D) separators)
[property icon] First Get first item object
[property icon] HorzScroll Enables/disables the horizontal scroll bar
[property icon] Index Returns the index of the currently selected item
[property icon] Index Returns the index of the currently selected item
[property icon] Label$ Label for the control
[property icon] ListCount Returns the number of items in the list box
[property icon] MultiColumn Instructs the listbox to display multiple columns that can be scrolled horizontally
[property icon] MultiIndex$ Returns a multiple section as a list of indices in a string
[property icon] NoIntegralHeight Enables/disables size fixing
[property icon] ReadOnly Enables/disables readonly mode for the control
[property icon] SelCount Returns the number of currently selected items in a multi-selection list box
[property icon] SelectedFirst Get first selected item object
[property icon] Selection Specifies the user selection type to be used by the list box
[property icon] Sort Automatically sorts strings as they are added to the list
[property icon] TabStop Specifies the tab stop positions for the control
[property icon] UseTabs Instructs the listbox to expand tab characters as tabs
[property icon] VertScroll Enables/disables the vertical scroll bar
[event icon] Click() Event Called when the user clicks on an item in the list
[event icon] DblClk() Event Called when the user double clicks on an item in the list
[event icon] Drop() Event Drag drop event
[event icon] DropFile() Event Called when files are dragged on to the form