Changes between Version 9 and Version 10 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/FORM_INIT
- Timestamp:
- 04/13/18 07:49:49 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/FORM_INIT
v9 v10 20 20 21 21 == Remarks == 22 23 FORM_INIT is a macro to simplify the initialization of forms. The preprocessor will convert this to a CForm initialization of the specified form name. 24 {{{ 25 #define FORM_INIT(f, show, process, hide, done, flg) CForm form##f((show), (process), (hide), (done), (flg)) 26 }}} 22 27 23 28 == Examples ==