Changes between Version 21 and Version 22 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/CForm
- Timestamp:
- 05/17/19 15:08:32 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/CForm
v21 v22 166 166 167 167 168 === !FindName ===169 168 170 {{{171 CFormItem* EnableName(const char* pszName)172 }}}173 174 ==== Parameters ====175 176 * pszName = The button title or input prompt text177 178 ==== Return Value ====179 180 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.181 182 ==== Remarks ====183 184 185 ==== Example ====186 187