User Tools

Site Tools


kill_shut_down_the_viewmanager_object_.htm
Navigation:  ABC Library Reference > ViewManager > ViewManager Methods >====== Kill (shut down the ViewManager object) C6H0009.jpg ====== Previous pageReturn to chapter overviewNext page

Kill, VIRTUAL

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

kill_shut_down_the_viewmanager_object_.htm.txt · Last modified: 2021/04/15 15:57 by 127.0.0.1