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


Ignore:
Timestamp:
05/27/20 07:55:16 (5 years ago)
Author:
Don Wilson
Comment:

--

Legend:

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

    v11 v12  
    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
     15 * nFlag - form flags nFormFlgShowHelp = include item help text, nFormFlgKeepPrevCurItem = upon return to form will not reset current item to top, nFormFlgReadOnly = do not allow editing, nFormFlgKeepBottomLine = do not clear buttom help line, nFormFlgClearItemsOnly = upon hide will only clear form items, and not entire screen.
     16
    1617
    1718== Return Value ==