Changes between Version 16 and Version 17 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/CForm
- Timestamp:
- 05/17/19 14:31:35 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/CForm
v16 v17 245 245 ==== Example ==== 246 246 247 248 === !GetCurrentItemIndex === 249 250 {{{ 251 int GetCurrentItemIndex(void) 252 }}} 253 254 ==== Parameters ==== 255 256 * function does not take any parameters. 257 258 ==== Return Value ==== 259 260 The !GetCurrentItemIndex function returns the index of the currently selected item. 261 262 ==== Remarks ==== 263 264 265 ==== Example ==== 266