Changes between Version 17 and Version 18 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/FORM_INIT
- Timestamp:
- 09/29/20 12:17:45 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/FORM_INIT
v17 v18 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, may be combination of items in table below using oroperator |15 * nFlag - form flags, may be combination of items in table below using the bitwise OR operator | 16 16 ||=Flag=||=Description=|| 17 17 ||nFormFlgNone||Use only when no other flags are to be used||