Changes between Version 17 and Version 18 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/CForm


Ignore:
Timestamp:
05/17/19 15:00:28 (6 years ago)
Author:
Don Wilson
Comment:

--

Legend:

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

    v17 v18  
    246246
    247247
    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