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