| Version 3 (modified by , 5 years ago) ( diff ) |
|---|
FORM_DONE_EVENT_EXTERNAL
FORM_DONE_EVENT_EXTERNAL is a defined value for the nData variable in a form done event to indicate the form was exited by means code calling !CForm::ExitWithCode.
Example
EVENT(InputDone)
{
if(nData == FORM_DONE_EVENT_EXTERNAL)
{
DEBUG_MSG("Form exit cause by ExitWithCode code = %d\n", pForm->GetExitCode());
}
return 1;
}
See Also
Note:
See TracWiki
for help on using the wiki.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/cardinal.gif)