Changes between Version 7 and Version 8 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/GetExitCode
- Timestamp:
- 03/12/25 08:27:11 (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/GetExitCode
v7 v8 1 1 = !GetExitCode = 2 2 3 {{{ 3 {{{#!c++ 4 4 int CForm::GetExitCode(void) 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 if(m_pForm->GetExitCode() == 123) … … 27 27 }}} 28 28 29 {{{ 29 {{{#!c++ 30 30 if(m_pForm->GetExitCode() == FORM_EXIT_CODE_KEEP_RUNNING) 31 31 {