| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > EditEntryClass >====== EditEntryClass Concepts {{c6h0009.jpg|C6H0009.jpg}} ====== | [[editentryclass overview.htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[editentryclass relationship to other application builder classes.htm|{{btn_next_n.gif|Next page}}]] | | || The EditEntryClass creates an ENTRY 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 EditEntryClass also signals the calling procedure whenever significant edit-in-place events occur, such as tabbing to a new column, cancelling the edit, or completing the edit (moving to a new record or row). The EditEntryClass provides a virtual TakeEvent method to let you take control of significant edit-in-place events.