Changes between Version 4 and Version 5 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/ExitWithCode


Ignore:
Timestamp:
09/29/20 11:43:26 (4 years ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/ExitWithCode

    v4 v5  
    1515== Remarks ==
    1616
    17 ExitWithCode cannot exit the form immediately but sets an internal flag value to cause the Form to exit upon its next iteration. If a form done event is specified it will be called with flag FORM_DONE_EVENT_EXTERNAL to allow the form done event to know that the form was ended by code rather than a user action upon the form. The form done event may call GetExitCode to determine what the return code will be.
     17ExitWithCode cannot exit the form immediately but sets an internal flag value to cause the Form to exit upon its next iteration. If a form done event is specified it will be called with flag FORM_DONE_EVENT_EXTERNAL to allow the form done event to know that the form was ended by code rather than a user action upon the form. The form done event may call !GetExitCode to determine what the return code will be.
    1818
    1919== Example ==