Back to product page

CloseApp event


Fires when application needs to be closed.

Syntax

  • Basic
Private Sub object_CloseApp()
The CloseApp(object) syntax has these parts:
objectA wodAppUpdate object.

Remarks

This event is fired when you should close your application so that wodAppUpdate can perform file replacement. You should use this event to store any settings, to close file handles etc..

wodAppUpdate will post WM_CLOSE message to your application anyway, which will most probably cause it to be closed, but it is advised that you close your application by yourself - usually you know better how to do it nicely.

Platforms

Windows