06-11-2020, 08:42 AM
Yes, I had seen the definition for TOnBeforeNewSessionEvent in IWServerControllerBase.hpp.
But if i create the event handler for TOnBeforeNewSessionEvent in the Object Inspector, the wrong code will definitely be generated!
Correct event functions are generated for all other events with boolean return values, which do not have the C comment "/ * out * /" in their definition.
TOnExceptionEvent
TOnParseParameterEvent
TOnWindowIdChangedEvent
I have now used the recommended workaround.
Regards
Juergen
But if i create the event handler for TOnBeforeNewSessionEvent in the Object Inspector, the wrong code will definitely be generated!
Correct event functions are generated for all other events with boolean return values, which do not have the C comment "/ * out * /" in their definition.
TOnExceptionEvent
TOnParseParameterEvent
TOnWindowIdChangedEvent
I have now used the recommended workaround.
Regards
Juergen

