Changes between Initial Version and Version 1 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/WriteData
- Timestamp:
- 05/17/19 15:19:11 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/WriteData
v1 v1 1 = !WriteData = 2 3 {{{ 4 void CForm::WriteData(void) 5 }}} 6 7 == Parameters == 8 9 * WriteData does not accept any parameters 10 11 == Return Value == 12 13 The WriteData function does not return a value. 14 15 == Remarks == 16 17 Input forms automatically write the changes when the ENTER key is pressed. However if a button event is provided to complete the form or do some other processing it may be needed to call the WriteData function. 18 19 == Example == 20 21 22