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


Ignore:
Timestamp:
05/17/19 15:09:57 (5 years ago)
Author:
Don Wilson
Comment:

--

Legend:

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

    v22 v23  
    146146}}}
    147147
    148 === !GetItem ===
    149 
    150 {{{
    151 CFormItem* GetItem(int i)
    152 }}}
    153 
    154 ==== Parameters ====
    155 
    156 * i  =  The item index to return
    157 
    158 ==== Return Value ====
    159 
    160 The !GetItem function returns a pointer to the CFormItem found based on the provided index; NULL is returned if the index is out of range.
    161 
    162 ==== Remarks ====
    163 
    164 
    165 ==== Example ====
    166 
    167 
    168