| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > BrowseEIPManagerClass > BrowseEIPManagerClass Methods >====== Kill (shut down the BrowseEIPManagerClass object) {{c6h0009.jpg|C6H0009.jpg}} ====== | [[init initialize the browseeipmanagerclass object .htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[takecompleted process completion of edit .htm|{{btn_next_n.gif|Next page}}]] | | || **Kill, DERIVED, PROC** {{blk2blue.jpg|blk2blue.jpg}} The **Kill **method frees any memory allocated during the life of the object and performs any other required termination code. The Kill method must leave the object in a state in which it can be initialized. **Implementation:     **The Kill method calls the BrowseClass.ResetFromAsk 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]]