本文整理自网络,侵删。
uses ShellAPI;
procedure TForm1.FormCreate(Sender: TObject);begin LinkLabel1.Caption := '<a href="http://www.1231818.com/">1231818</a>';end;
procedure TForm1.LinkLabel1LinkClick(Sender: TObject; Link: string; LinkType: TSysLinkType);begin ShellExecute(0, nil, PChar(Link), nil, nil, 1);end;
相关阅读 >>
Delphi xe中windows7新的taskbar功能的使用
Delphi中如何捕获mediaplayer播放的视频中的每一帧 ?
Delphi monthoftheyear、weekoftheyear、weekofthemonth、dayoftheyear … 相对时间
Delphi datasnap 的http 调用返回json
更多相关阅读请进入《Delphi》频道 >>