Changes between Version 3 and Version 4 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/CForm
- Timestamp:
- 04/12/18 08:01:10 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/CForm
v3 v4 7 7 8 8 CFormItem* EnableItem(const char* pszName, bool enable, bool show) 9 10 ==== Parameters ==== 11 12 pszName = The button title or input prompt text 13 enable = true to enable the item, false to disable 14 show = true to update the display, false do not update the display 9 15 10 16 ==== Remarks ====