User Tools

Site Tools


kill_shut_down_the_eipmanagerclass_object_.htm
Navigation:  ABC Library Reference > EIPManagerClass > EIPManagerClass Methods >====== Kill (shut down the EIPManagerClass 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 an Init can be called.

Implementation:

The BrowseEIPManager.Kill method calls the Kill method with a PARENT call. The Kill method destroys the edit-in-place controls created by the InitControls method.

Return Data Type:     BYTE

Example:

BrowseEIPManager.Kill PROCEDURE

 CODE

 SELF.BC.ResetFromAsk(SELF.Req,SELF.Response)

 RETURN PARENT.Kill()

See Also:     BrowseEIPManager.Kill

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