procedure show(s:string);
begin
  showmessage(s);
end;

procedure TForm3.WebButton1Click(Sender: TObject);
begin
 asm
    // this is pure Javascript code
    $impl.show("你好");
  end;

end;

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-10-01
  • 2022-12-23
  • 2022-01-06
  • 2022-12-23
  • 2021-09-13
  • 2022-12-23
猜你喜欢
  • 2021-10-17
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-14
相关资源
相似解决方案