User Tools

Site Tools


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

Kill, VIRTUAL

blk2blue.jpg

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

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