User Tools

Site Tools


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

Kill, DERIVED, PROC

blk2blue.jpg

The Kill method frees any memory allocated during the life of the object and performs any other required termination code. The Kill method must leave the object in a state in which it can be initialized.

Implementation:     The Kill method calls the BrowseClass.ResetFromAsk method.

Return Data Type:     BYTE

Example:

WindowManager.Run PROCEDURE

 CODE

 IF ~SELF.Init()

   SELF.Ask

 END

 SELF.Kill

 RETURN CHOOSE(SELF.Response=0,RequestCancelled,SELF.Response)

See Also:     BrowseClass.ResetFromAsk

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