kill_shut_down_the_browseeipmanagerclass_object_.htm
Navigation: ABC Library Reference > BrowseEIPManagerClass > BrowseEIPManagerClass Methods >====== Kill (shut down the BrowseEIPManagerClass object) ====== | |
Kill, DERIVED, PROC
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