Changes between Version 20 and Version 21 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/CForm
- Timestamp:
- 05/17/19 15:07:26 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/CForm
v20 v21 186 186 187 187 188 === !GetItemByIDVal ===189 190 {{{191 CFormItem* GetItemByIDVal(int nIDVal)192 }}}193 194 ==== Parameters ====195 196 * nIDVal = The item ID value of a form item in the form197 198 ==== Return Value ====199 200 The !GetItemByIDVal function returns a pointer to the CFormItem found based on the provided ID value; NULL is returned if no item is found with a ID value.201 202 ==== Remarks ====203 204 205 ==== Example ====206 207