|
| Copyright © Cloud Software Group, Inc. All Rights Reserved |
long int openform_terminate (long int openform_id)Function openform_terminate (openform_id As Long) As Longwhere openform_id is the identifier of the Open Forms SDK Interface Function module, as returned by openform_initialise().You should call this function when your Open Form application is closing - normally when your main window procedure function receives a WM_DESTROY message.
Invalid openform_id.
|
| Copyright © Cloud Software Group, Inc. All Rights Reserved |