combobox
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 |
|
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 |
|
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 |
|
AutoHScroll | Allows the user to scroll the control text horizontally |
|
DisableNoScroll | Enables/disables the vertical scroll bar |
|
DropDownFilled | Determines whether the drop down portion of the control has been filled |
|
First | Get first item object |
|
Index | Returns the index of the currently selected item |
|
Index | Returns the index of the currently selected item |
|
Index | Returns the index of the currently selected item |
|
Index | Returns the index of the currently selected item in the drop down portion of the control |
|
Label$ | Label for the control |
|
ListCount | Returns the number of items in the list box |
|
ListSource | Reserved for future use |
|
NoIntegralHeight | Enables/disables size fixing |
|
SelectedFirst | Get first selected item object |
|
Sort | Automatically sorts strings as they are added to the list |
|
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 |
|
DropDown() Event | Called before the drop down portion of the control is displayed |