?? pubfun.pas
字號:
{ ********************************************************************** }
{ }
{ DelphiFun 1.0 (Delphi函數查詢器) }
{ Public function Source }
{ }
{ Copyright (c) 2003 by netrobo & netrobo@sohu.com in changchun }
{ }
{ ********************************************************************** }
unit PubFun;
interface
uses
Forms,ShellAPI;
procedure ToMyEmail();
implementation
procedure ToMyEmail();
begin
ShellExecute(Application.Handle,'open','mailto:joe-lu@163.com',nil,nil,0);
end;
end.
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -