Changes between Version 17 and Version 18 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/FORM_INIT


Ignore:
Timestamp:
09/29/20 12:17:45 (4 years ago)
Author:
Don Wilson
Comment:

--

Legend:

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

    v17 v18  
    1313 * eventHide - event function that is called when the form is hidden. May be NULL.
    1414 * 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.
    15  * nFlag - form flags, may be combination of items in table below using or operator |
     15 * nFlag - form flags, may be combination of items in table below using the bitwise OR operator |
    1616||=Flag=||=Description=||
    1717||nFormFlgNone||Use only when no other flags are to be used||