User Tools

Site Tools


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

Kill

blk2blue.jpg

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

Example:

OPEN(window)

Resizer.Init(AppStrategy:Surface) !initialize Resizer object

ACCEPT

 CASE EVENT()

 OF EVENT:CloseWindow             !on close window,

  Resizer.Kill                    ! shut down Resizer object

 OF EVENT:Sized                   !on sized window,

  Resizer.Resize                  ! resize & reposition controls

 END

END

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