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


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

--

Legend:

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

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