Changes between Version 7 and Version 8 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/GetExitCode


Ignore:
Timestamp:
03/12/25 08:27:11 (3 weeks ago)
Author:
Don Wilson
Comment:

--

Legend:

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

    v7 v8  
    11= !GetExitCode =
    22
    3 {{{
     3{{{#!c++
    44int CForm::GetExitCode(void)
    55}}}
     
    1919== Example ==
    2020
    21 {{{
     21{{{#!c++
    2222// m_pForm is a pointer already set for the form we want to end
    2323if(m_pForm->GetExitCode() == 123)
     
    2727}}}
    2828
    29 {{{
     29{{{#!c++
    3030if(m_pForm->GetExitCode() == FORM_EXIT_CODE_KEEP_RUNNING)
    3131{