Changes between Version 5 and Version 6 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/FORM_SHOW


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

--

Legend:

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

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