Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
IWCallBackFunc Bug IW 15.1.4
#2
First, thanks for your report but, next time, publish only the part of the code that's related to the problem.
IntraWeb code is copyrighted and can't be published.

Having said that:

I don't think there is a bug there. As you can see, FEventParams object is created if it doesn't exist, in the second line after the try:

try
//Pass a copy of all Request params to the Callback.
if not Assigned(FEventParams) then begin
FEventParams := TIWStringList.Create;
end;

When it gets to the finally block, FEventParams must be assigned. There is no other option.

I'm curious to know why you are thinking that this is the culprit of some weird AV you might have been facing...
Reply


Messages In This Thread
IWCallBackFunc Bug IW 15.1.4 - by omarperezh - 08-28-2019, 06:06 PM
RE: IWCallBackFunc Bug IW 15.1.4 - by Alexandre Machado - 08-29-2019, 11:57 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)