Changes between Initial Version and Version 1 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/WriteData


Ignore:
Timestamp:
05/17/19 15:19:11 (6 years ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/WriteData

    v1 v1  
     1= !WriteData =
     2
     3{{{
     4void CForm::WriteData(void)
     5}}}
     6
     7== Parameters ==
     8
     9* WriteData does not accept any parameters
     10
     11== Return Value ==
     12
     13The WriteData function does not return a value.
     14
     15== Remarks ==
     16
     17Input 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