Changes between Version 10 and Version 11 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/FORM_INIT


Ignore:
Timestamp:
11/27/18 11:50:20 (6 years ago)
Author:
Don Wilson
Comment:

--

Legend:

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

    v10 v11  
    1010 * formName - name of the form.
    1111 * eventShow - event function that is called to display additional items such as titles.
    12  * eventProcess - event function that is called every few milliseconds to do any application processing desired
    13  * eventHide - event function that is called when the form is hidden
    14  * eventDone - event function that is called when the form is exiting
     12 * eventProcess - event function that is called every few milliseconds to do any application processing desired. May be NULL.
     13 * eventHide - event function that is called when the form is hidden. May be NULL.
     14 * eventDone - event function that is called when the form is exiting. May be NULL. If a done event is specified it may return 0 to stay in the form or non-zero to exit the form.
    1515 * nFlag - form flags
    1616