二级C语言——DELphiProxies单元解决方法

DELphiProxies单元

    broland就没给Proxies这个单元
  两种办法
  1。自己写一个Proxies.Pas
  如下
  unit Proxies;
  interface
  Function IsProxyClass(ComponentClass: TClass): Boolean;
  implementation
  Function IsProxyClass(ComponentClass: TClass): Boolean;
  begin
  Result := True;
  end;
  end.
  2.用包编译
  在Package的Request中加入DesignIDE.DCP就可以了。

 

3COME考试频道为您精心整理,希望对您有所帮助,更多信息在http://www.reader8.net/exam/