Changes between Version 17 and Version 18 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/CForm
- Timestamp:
- 05/17/19 15:00:28 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/CForm
v17 v18 246 246 247 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