User Tools

Site Tools


kill_shut_down_the_editclass_object_.htm
Navigation:  ABC Library Reference > EditClass > EditClass Methods >====== Kill (shut down the EditClass 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. The Kill method must leave the object in an Initable state.

Implementation:

The BrowseClass.AskRecord method calls the Kill method. The Kill method destroys the edit-in-place control created by the Init method.

Example:

MyEditClass.Init(1,?MyList,StateQ:StateCode)    !initialize EditClass object

!program code

MyEditClass.Kill                                !shut down EditClass object

See Also:     BrowseClass.AskRecord

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