Changes between Version 19 and Version 20 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/CForm


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

--

Legend:

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

    v19 v20  
    206206
    207207
    208 === !GetItemIndex ===
    209 
    210 {{{
    211 int GetItemIndex(CFormItem* pItem)
    212 }}}
    213 
    214 ==== Parameters ====
    215 
    216 * pItem  =  pointer to a CFormButton or CFormInput item.
    217 
    218 ==== Return Value ====
    219 
    220 The !GetItemIndex function returns the item index of the pointer specified; -1 is returned if no item is found with a matching name.
    221 
    222 ==== Remarks ====
    223 
    224 
    225 ==== Example ====
    226 
    227 
    228