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

Kill, VIRTUAL

blk2blue.jpg

The Kill method frees any memory allocated during the life of the object and performs any other required termination code.

Implementation:

The Kill method disposes of the list of potential toolbar targets.

Example:

CODE

Toolbar.Init                    !initialize Toolbar object

!program code

ACCEPT

!program code

END

Toolbar.Kill                    !shut down Toolbar object