| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > FileDropClass > FileDropClass Methods >====== Kill (shut down the FileDropClass object) {{c6h0009.jpg|C6H0009.jpg}} ====== | [[init initialize the filedropclass object .htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[resetqueue fill filedrop queue .htm|{{btn_next_n.gif|Next page}}]] | | || **Kill, VIRTUAL** {{blk2blue.jpg|blk2blue.jpg}} The **Kill **method releases any memory allocated during the life of the FileDropClass object and performs any other required termination code. **Implementation:** Among other things, the Kill method calls the PARENT.Kill (ViewManager.Kill) method to shut down the initialize the view related parts of the FileDropClass object. See //View Manager //for more information. **Example:** ** CODE** ** StFD.Init(?CLI:StCode,StateQ.Pos,StateView,StateQ,Relate:States,ThisWindow)** ** StFD.Q &= StateQ** ** StFD.AddSortOrder(StCodeKey)** ** StFD.AddField(STFile:StCode,StFD.Q.StCode)** ** StFD.AddField(STFile:StName,StFD.Q.StName)** ** StFD.AddUpdateField(STFile:StCode,CLI:StCode)** ** !procedure code** ** StFD.Kill** **See Also:     **[[kill shut down the viewmanager object .htm|ViewManager.Kill]]