Home > Back-end >  Urgent ask: delphi7 invoke the webservice compile times wrong: [Fatal Error] Internal Error: L3169
Urgent ask: delphi7 invoke the webservice compile times wrong: [Fatal Error] Internal Error: L3169

Time:09-18

Urgently, online etc., ask god for help

CodePudding user response:

 procedure TMainForm. FindAddress; 
Var
Flags: OLEVariant;
The begin
Flags:=0;
UpdateCombo:=True;
WebBrowser1. Navigate (WideString (Urls. Text), Flags, Flags, Flags, Flags);
end;
this call is better,
  • Related