Changes between Initial Version and Version 1 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/GetItemIndex


Ignore:
Timestamp:
05/17/19 15:05:27 (5 years ago)
Author:
Don Wilson
Comment:

--

Legend:

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

    v1 v1  
     1= !GetItemIndex =
     2
     3{{{
     4int GetItemIndex(CFormItem* pItem)
     5}}}
     6
     7== Parameters ==
     8
     9* pItem  =  pointer to a CFormButton or CFormInput item.
     10
     11== Return Value ==
     12
     13The !GetItemIndex function returns the item index of the pointer specified; -1 is returned if no item is found with a matching name.
     14
     15== Remarks ==
     16
     17
     18== Example ==
     19
     20
     21