Lazarus, use default web browser to open url. 使用默认浏览器打开网址
摘要:unit Unit1; {$mode objfpc}{$H+}interfaceuses Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, LazHelpHTML, UTF8Process, StdCtrls;type { TForm1 } TForm1 = class(TForm) Button1: TButton; Edit1: TEdit; Label1: TLabel; Label2: TLabel; procedure Button1Click(Sender: TObject); procedure Fo
阅读全文
posted @ 2011-05-23 07:33