Changes between Version 13 and Version 14 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/FORM_INIT


Ignore:
Timestamp:
05/27/20 10:25:42 (5 years ago)
Author:
Don Wilson
Comment:

--

Legend:

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

    v13 v14  
    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 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.
     15 * nFlag - form flags, may be combination of items in table below using or operator |
     16||=Flag=||=Description=||
     17||nFormFlgNone||Use only when no other flags are to be used||
     18||nFormFlgShowHelp||Show help text for currently selected item||
     19||nFormFlgKeepPrevCurItem||Upon return to form will not reset current item to top||
     20||nFormFlgReadOnly ||Form will not allow editing||
     21||nFormFlgKeepBottomLine||do not clear buttom help line||
     22||nFormFlgClearItemsOnly||Upon hide will only clear form items, and not entire screen||
    1623
    1724