C Chenlili Unregistered / Unconfirmed GUEST, unregistred user! 2002-04-06 #1 delphi6里面居然找不到TIntegerProperty,用什么代替啊?
C Chenlili Unregistered / Unconfirmed GUEST, unregistred user! 2002-04-14 #4 问题不是这样的,呵呵,现在borland不吃饱还找事情做,多了一堆 desininfo.pas, designeditor.pas, designmenu.pas之类的东西,烦都烦死了, 现在问题解决了,不过会不会遇到其他问题鬼知道,呵呵。先这样吧
问题不是这样的,呵呵,现在borland不吃饱还找事情做,多了一堆 desininfo.pas, designeditor.pas, designmenu.pas之类的东西,烦都烦死了, 现在问题解决了,不过会不会遇到其他问题鬼知道,呵呵。先这样吧
G gxcooo Unregistered / Unconfirmed GUEST, unregistred user! 2002-04-14 #5 能给我讲讲TIntegerProperty和你的方法吗?
C Chenlili Unregistered / Unconfirmed GUEST, unregistred user! 2002-04-22 #7 其实TIntegerProperty只是在设计vcl的designtime时在editor中常用的一个属性 (例如,大家经常遇到‘dsgninfo.dcu not found'的错误) 只是borland 在delphi6中将原来的一个程序分成了n个程序,而且还多了很多乱七八糟的 东西。
其实TIntegerProperty只是在设计vcl的designtime时在editor中常用的一个属性 (例如,大家经常遇到‘dsgninfo.dcu not found'的错误) 只是borland 在delphi6中将原来的一个程序分成了n个程序,而且还多了很多乱七八糟的 东西。
X xianjun Unregistered / Unconfirmed GUEST, unregistred user! 2002-04-22 #8 TIntegerProperty在DesignEditors单元里
X xianjun Unregistered / Unconfirmed GUEST, unregistred user! 2002-04-22 #9 找了好久才找到这篇文章,大家有兴趣就看看吧: http://dboy520.51.net/cgi-bin/doc/datacontent.php?no=262 关于把设计时代码从运行时代码中分离出来的问题 译(DBoy) 自从Delphi6出来以后,一个经常被提到的问题是Proxies.pas文件从源文件中消失了。
找了好久才找到这篇文章,大家有兴趣就看看吧: http://dboy520.51.net/cgi-bin/doc/datacontent.php?no=262 关于把设计时代码从运行时代码中分离出来的问题 译(DBoy) 自从Delphi6出来以后,一个经常被提到的问题是Proxies.pas文件从源文件中消失了。
C Chenlili Unregistered / Unconfirmed GUEST, unregistred user! 2002-04-22 #10 编译的时候还会报错! 其实我对borland这种vcl不能向下兼容方式早就顶不顺了,这是替用户着想吗? 就这一点来说还他妈的不如微软呢
X xianjun Unregistered / Unconfirmed GUEST, unregistred user! 2002-04-22 #11 你仔细检查一下是否把设计期代码与运行时代码完全分开了 完全分开的意思就是运行时的代码不引用设计期的单元 至于说向下兼容的问题,微软的也一样存在
C Chenlili Unregistered / Unconfirmed GUEST, unregistred user! 2002-04-22 #12 xianjun:这个我知道,我的意思是ms的很多东西,例如activex,在设计和调试的时候,包括 版本的兼容性,确实有很多东西比ms强的。