Changes between Version 3 and Version 4 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/CForm


Ignore:
Timestamp:
04/12/18 08:01:10 (7 years ago)
Author:
Don Wilson
Comment:

--

Legend:

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

    v3 v4  
    77
    88CFormItem* EnableItem(const char* pszName, bool enable, bool show)
     9
     10==== Parameters ====
     11
     12pszName  =  The button title or input prompt text
     13enable   =  true to enable the item, false to disable
     14show     =  true to update the display, false do not update the display
    915
    1016==== Remarks ====