Changes between Version 22 and Version 23 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/CForm
- Timestamp:
- 05/17/19 15:09:57 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/CForm
v22 v23 146 146 }}} 147 147 148 === !GetItem ===149 150 {{{151 CFormItem* GetItem(int i)152 }}}153 154 ==== Parameters ====155 156 * i = The item index to return157 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