Changes between Version 11 and Version 12 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/FORM_INIT
- Timestamp:
- 05/27/20 07:55:16 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/FORM_INIT
v11 v12 13 13 * eventHide - event function that is called when the form is hidden. May be NULL. 14 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. 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 16 17 17 18 == Return Value ==