delphi2007 教程

delphi2007 教程

首页 新随笔 联系 聚合 管理
  1013 Posts :: 0 Stories :: 28 Comments :: 0 Trackbacks
高手来瞧瞧,到底哪个过程被调用? Delphi / Windows SDK/API
http://www.delphi2007.net/DelphiBase/html/delphi_20061209215840211.html
procedure   Confused(I:   Integer);   overload;  
        ...  
  procedure   Confused(I:   Integer;   J:   Integer   =   0);   overload;  
        ...  
  Confused(X);       //     Which   procedure   is   called?
posted on 2009-02-11 16:49 delphi2007 阅读(117) 评论(0)  编辑 收藏 引用
只有注册用户登录后才能发表评论。