Changes between Version 21 and Version 22 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/CForm


Ignore:
Timestamp:
05/17/19 15:08:32 (6 years ago)
Author:
Don Wilson
Comment:

--

Legend:

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

    v21 v22  
    166166
    167167
    168 === !FindName ===
    169168
    170 {{{
    171 CFormItem* EnableName(const char* pszName)
    172 }}}
    173 
    174 ==== Parameters ====
    175 
    176 * pszName  =  The button title or input prompt text
    177 
    178 ==== Return Value ====
    179 
    180 The !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.
    181 
    182 ==== Remarks ====
    183 
    184 
    185 ==== Example ====
    186 
    187