Changes between Version 4 and Version 5 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/FORM_HIDE


Ignore:
Timestamp:
04/13/18 07:53:14 (6 years ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/FORM_HIDE

    v4 v5  
    1515
    1616== Remarks ==
     17
     18FORM_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}}}
    1722
    1823== Examples ==