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