Changes between Version 10 and Version 11 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/ExitWithCode
- Timestamp:
- 03/12/25 08:33:13 (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/ExitWithCode
v10 v11 1 1 = !ExitWithCode = 2 2 3 {{{ 3 {{{#!c++ 4 4 void CForm::ExitWithCode(int nCode) 5 5 }}} … … 19 19 == Example == 20 20 21 {{{ 21 {{{#!c++ 22 22 // m_pForm is a pointer already set for the form we want to end 23 23 m_pForm->ExitWithCode(FORM_RESULT_ENTERED);