Changes between Initial Version and Version 1 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/GetItem
- Timestamp:
- 05/17/19 15:10:30 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/GetItem
v1 v1 1 = !GetItem = 2 3 {{{ 4 CFormItem* CForm::GetItem(int i) 5 }}} 6 7 == Parameters == 8 9 * i = The item index to return 10 11 == Return Value == 12 13 The !GetItem function returns a pointer to the CFormItem found based on the provided index; NULL is returned if the index is out of range. 14 15 == Remarks == 16 17 18 == Example == 19 20 21