| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > EIPManagerClass > EIPManagerClass Methods >====== Init (initialize the EIPManagerClass object) {{c6h0009.jpg|C6H0009.jpg}} ====== | [[getedit identify edit in place field .htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[initcontrols initialize edit in place controls .htm|{{btn_next_n.gif|Next page}}]] | | || **Init, DERIVED, PROC** {{blk2blue.jpg|blk2blue.jpg}} The **Init **method initializes the EIPManagerClass object. **Implementation:** The BrowseEIPManager.Init method calls the Init method. The Init method primes variables and calls the InitControls method which then initializes the appropriate edit-in-place controls. **Return Data Type:**     BYTE **Example:** **BrowseEIPManager.Init    ! initialize BrowseEIPManagerClass object** **!program code** **RETURN PARENT.Init()     ! call to the EIPManager.Init** **See Also:**     [[init initialize the browseeipmanagerclass object .htm|BrowseEIPManager.Init]], [[initcontrols initialize edit in place controls .htm|InitControls]]