Changes between Version 11 and Version 12 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/CForm


Ignore:
Timestamp:
04/13/18 07:30:46 (7 years ago)
Author:
Don Wilson
Comment:

--

Legend:

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

    v11 v12  
    66=== !EnableItem ===
    77
     8{{{
    89CFormItem* EnableItem(const char* pszName, bool enable, bool show)
     10}}}
    911
    1012==== Parameters ====
    1113
    12 pszName  =  The button title or input prompt text
    13 
    14 enable   =  true to enable the item, false to disable
    15 
    16 show     =  true to update the display, false do not update the display
     14* pszName  =  The button title or input prompt text
     15* enable   =  true to enable the item, false to disable
     16* show     =  true to update the display, false do not update the display
    1717
    1818==== Return Value ====