Navigation: ABC Library Reference > BrowseClass > BrowseClass Methods >====== Kill (shut down the BrowseClass object) ![]() | ![]() ![]() ![]() |
Kill, VIRTUAL
The Kill method shuts down the BrowseClass object.
Implementation:
Among other things, the BrowseClass.Kill method calls the PARENT.Kill (ViewManager.Kill) method to shut down the browse's ViewManager object. See View Manager for more information.
Example:
CODE !Setup the BrowseClass object:
BrowseState.Init(?StateList,| ! identify its LIST control,
StateQ.Position,| ! its VIEW position string,
StateView, | ! its source/target VIEW,
StateQ, | ! the LIST's source QUEUE,
Relate:State | ! the primary file RelationManager
ThisWindow) ! the WindowManager
!program code
BrowseState.Kill !shut down the BrowseClass object
See Also: ViewManager.Kill