| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > BrowseEIPManagerClass > BrowseEIPManagerClass Methods >====== Init (initialize the BrowseEIPManagerClass object) {{c6h0009.jpg|C6H0009.jpg}} ====== | [[clearcolumn reset column property values .htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[kill shut down the browseeipmanagerclass object .htm|{{btn_next_n.gif|Next page}}]] | | || **Init, DERIVED, PROC** {{blk2blue.jpg|blk2blue.jpg}} The **Init **method initializes the BrowseEIPManagerClass object. **Implementation:** The Init method primes variables and calls the InitControls method which then initializes the appropriate edit-in-place controls. It is indirectly called by the BrowseClass.AskRecord method via a call to an inherited Run method. **Return Data Type:**     BYTE **Example:** **WindowManager.Run PROCEDURE** **  CODE** **  IF ~SELF.Init()** **    SELF.Ask** **  END** **  SELF.Kill** **  RETURN CHOOSE(SELF.Response=0,RequestCancelled,SELF.Response)** **See Also:**     [[resetfromask reset browse after update .htm|BrowseClass.ResetFromAsk]]