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


Ignore:
Timestamp:
05/17/19 14:31:35 (6 years ago)
Author:
Don Wilson
Comment:

--

Legend:

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

    v16 v17  
    245245==== Example ====
    246246
     247
     248=== !GetCurrentItemIndex ===
     249
     250{{{
     251int GetCurrentItemIndex(void)
     252}}}
     253
     254==== Parameters ====
     255
     256* function does not take any parameters.
     257
     258==== Return Value ====
     259
     260The !GetCurrentItemIndex function returns the index of the currently selected item.
     261
     262==== Remarks ====
     263
     264
     265==== Example ====
     266