Changes between Initial Version and Version 1 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/GetItemIndex
- Timestamp:
- 05/17/19 15:05:27 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/GetItemIndex
v1 v1 1 = !GetItemIndex = 2 3 {{{ 4 int GetItemIndex(CFormItem* pItem) 5 }}} 6 7 == Parameters == 8 9 * pItem = pointer to a CFormButton or CFormInput item. 10 11 == Return Value == 12 13 The !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