This control is an extension of the Forms.ListBox control. All items in the control are automatically maintained from the visual4mv environment. The DBListBox is a collection of connValuePair Objects. Each connValuePair Object represents an Item_Id of the table as internal code and a String with the value of the Item defined as external Value.
|
Constructor. |
|
Performs a query to the database and fills the ListBox with the results. | |
|
Gets the key of the connValuePair associated with the instance. | |
|
Gets the value of the connValuePair associated with the instance. | |
|
Returns a copy of the current instance. For internal use only. | |
|
Selects an item in the combo to the specified Key. | |
|
Returns a string that represents the current instance. |
|
Name |
Type |
Description |
|
String |
Selection criteria is AQL syntax starting with "WITH". | |
|
String |
Field name to display from the table. | |
|
Table |
A reference to a table Object. |