Changes between Version 2 and Version 3 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/ExitWithCode
- Timestamp:
- 09/29/20 11:41:30 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/ExitWithCode
v2 v3 19 19 == Example == 20 20 21 {{{ 22 // m_pForm is a pointer already set for the form we want to end 23 m_pForm->ExitWithCode(FORM_RESULT_ENTERED); 24 25 }}}