Changes between Version 5 and Version 6 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/FORM_SHOW
- Timestamp:
- 04/13/18 07:51:43 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/FORM_SHOW
v5 v6 15 15 16 16 == Remarks == 17 18 FORM_SHOW is a macro to simplify the initial showing of a form. The preprocessor will convert this to a call to the specified form's Show() function. 19 {{{ 20 #define FORM_SHOW(f) form##f.Show() 21 }}} 17 22 18 23 == Examples ==