Changes between Version 4 and Version 5 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/FORM_RUN
- Timestamp:
- 04/13/18 07:54:54 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/FORM_RUN
v4 v5 15 15 16 16 == Remarks == 17 18 FORM_RUN is a macro to simplify the call to the specified form to start processing input. The preprocessor will convert the code to call to the specified form's Run() function. 19 {{{ 20 #define FORM_RUN(f) form##f.Run() 21 }}} 17 22 18 23 == Examples ==