| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > EditDropComboClass >====== EditDropComboClass Concepts {{c6h0009.jpg|C6H0009.jpg}} ====== | [[editdropcomboclass overview.htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[relationship to other application builder classes 9.htm|{{btn_next_n.gif|Next page}}]] | | || The EditDropComboClass creates a COMBO control, accepts input from the end user, then returns the input to the variable specified by the Init method, typically the variable associated with a specific LIST cell'a field in the LIST control's data source QUEUE. The EditDropComboClass also signals the calling procedure whenever significant edit-in-place events occur, such as tabbing to a new column, canceling the edit, or completing the edit (moving to a new record or row). The EditDropComboClass provides a virtual TakeEvent method to let you take control of significant edit-in-place events.