User Tools

Site Tools


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

Kill

blk2blue.jpg

The Kill method disposes any memory allocated during the object's lifetime and performs any other necessary termination code.

Implementation:

The Kill method disposes the List and RealList properties created by the Init method.

Example:

INCLUDE('ABUTIL.INC')       !declare BufferedPairs Class

Fields  &BufferedPairsClass  !declare BufferedPairs reference

CODE

Fields &= NEW BufferedPairsClass !instantiate BufferedPairs object

Fields.Init                      !initialize BufferedPairs object

.

.

.

Fields.Kill            !terminate BufferedPairs object

DISPOSE(Fields)        !release memory allocated for BufferedPairs object

See Also:     Init, List, RealList

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