Changes between Version 14 and Version 15 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/CForm
- Timestamp:
- 04/13/18 07:36:32 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/CForm
v14 v15 146 146 }}} 147 147 148 === !FindName === 149 150 {{{ 151 CFormItem* EnableName(const char* pszName) 152 }}} 153 154 ==== Parameters ==== 155 156 * pszName = The button title or input prompt text 157 158 ==== Return Value ==== 159 160 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. 161 162 ==== Remarks ==== 163 164 165 ==== Example ==== 166 167