Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Multiple forms using a single procedure
#3
That's what I thought as well. But the methods available are only those associated with TIWAppForm, not any that I've declared. Normally I would expect that if I declare a public procedure in iwform1, like "procedure Adjust(s: string);", and somewhere in iwform1 there is
"Procedure TIWform1.Adjust(s: string);
begin
...code...
end;"
that I can call it in iwform2 via "iwform1.Adjust('dog');" Indeed, in plain Delphi, typing just "form1." triggers code completion to list the available procedures and functions. Doing that in my Intraweb app only shows the tiwappform procedures like "SetURL" and gives an error if I enter "iwform1.Adjust('dog');".
I apologize if this is still not clear or that it's a case of some simple setting that "everybody knows".
Reply


Messages In This Thread
RE: Multiple forms using a single procedure - by davidbaxter - 12-31-2020, 03:33 AM

Forum Jump:


Users browsing this thread: 2 Guest(s)