Changes between Initial Version and Version 1 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/FindName
- Timestamp:
- 05/17/19 15:09:30 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/FindName
v1 v1 1 = !FindName = 2 3 {{{ 4 CFormItem* CForm::FindName(const char* pszName) 5 }}} 6 7 == Parameters == 8 9 * pszName = The button title or input prompt text 10 11 == Return Value == 12 13 The !FindName function returns a pointer to the CFormItem found based on the provided name; NULL is returned if no item is found with a matching name. 14 15 == Remarks == 16 17 18 == Example == 19