User Tools

Site Tools


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

Kill, VIRTUAL

blk2blue.jpg

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

Implementation:

Among other things, the Kill method calls the PARENT.Kill (ViewManager.Kill) method to shut down the initialize the view related parts of the FileDropClass object. See View Manager for more information.

Example:

CODE

StFD.Init(?CLI:StCode,StateQ.Pos,StateView,StateQ,Relate:States,ThisWindow)

StFD.Q &= StateQ

StFD.AddSortOrder(StCodeKey)

StFD.AddField(STFile:StCode,StFD.Q.StCode)

StFD.AddField(STFile:StName,StFD.Q.StName)

StFD.AddUpdateField(STFile:StCode,CLI:StCode)

!procedure code

StFD.Kill

See Also:     ViewManager.Kill

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