| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > EditCheckClass >====== EditCheckClass Concepts {{c6h0009.jpg|C6H0009.jpg}} ====== | [[editcheckclass overview.htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[editcheckclass relationship to other application builder classes.htm|{{btn_next_n.gif|Next page}}]] | | || The EditCheckClass creates a CHECK 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 EditCheckClass 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 EditCheckClass provides a virtual TakeEvent method to let you take control of significant edit-in-place events.