Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
IWAppFormProcessParams
#2
Hi, try this: (not tested, ok).
Code:
procedure TFormA.ButtonAsyncClick (Sender: TObject; EventParams: TStringList);
begin
  with TFormB.Create(WebApplication) do begin
    Params.Add('AName' + Params.NameValueSeparator + 'AValue');
    Show;
end;
Reply


Messages In This Thread
IWAppFormProcessParams - by Lorbass - 11-30-2021, 03:04 PM
RE: IWAppFormProcessParams - by Jose Nilton Pace - 11-30-2021, 04:58 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)