Changes between Version 14 and Version 15 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/CForm


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

--

Legend:

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

    v14 v15  
    146146}}}
    147147
     148=== !FindName ===
     149
     150{{{
     151CFormItem* EnableName(const char* pszName)
     152}}}
     153
     154==== Parameters ====
     155
     156* pszName  =  The button title or input prompt text
     157
     158==== Return Value ====
     159
     160The !FindName function returns a pointer to the CFormItem found based on the provided name; NULL is returned if no item is found with a matching name.
     161
     162==== Remarks ====
     163
     164
     165==== Example ====
     166
     167