| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > ViewManager > ViewManager Methods >====== Kill (shut down the ViewManager object) {{c6h0009.jpg|C6H0009.jpg}} ====== | [[init initialize the viewmanager object .htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[next get the next element .htm|{{btn_next_n.gif|Next page}}]] | | || **Kill, VIRTUAL** {{blk2blue.jpg|blk2blue.jpg}} The **Kill **method shuts down the ViewManager object by freeing any memory allocated during the life of the object and executing any other required termination code. **Example:** ** MyView.Init(OrderView,Relate:Order)            !initialize the ViewManager** ** MyView.AddSortOrder(ORD:ByCustomer)            !sort by customer no** **  !range limit by parent file:** ** MyView.AddRange(ORD:CustNo,Relate:Orders,Relate:Customer)** ** MyView.Open                                    !open the view** ** !program code** ** MyView.Close                                   !close the view** ** MyView.Kill                                    !shut down the ViewManager**