This control is an extension of the Forms.ComboBox control. All items in the control are automatically maintained from the Pick Data Provider environment. The DBComboBox is a collection of connValuePair Objects. Each connValuePair Object represent an Item_Id of the table as internal code and a String with the value of the Item defined as external Value.
|
Constructor. |
|
Queries the underlying table and fills the DBCombo from the query results. The combo contains Objects of type connValuePair . | |
|
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. |
|
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. | |
|
String |
|