浏览模式: 标准 | 列表
Tag: Delphi
Written by 小锋 on 08-05-08 10:25 AM
borland把delphi(CodeGear)卖掉了
Borland刚刚宣布将CodeGear以2300万美元的价格出售给Embarcadero Technologies,这意味着历史悠久的Delphi语言将不在归于Borland旗下,一个曾经辉煌的时代结束了.
交易预计在2008年6月30日之前结束,以下是官方公告:
Borland Announces CodeGear Divestiture
Definitive agreement to sell CodeGear assets to Embarcadero Technologies
May 7, 2008
Borland announced today a definitive agreement to sell the assets of its individual developer tools unit, CodeGear,
to Embarcadero Technologies. The purchase price for CodeGear is expected to be approximately $23 million.
Borland will also retain CodeGear’s accounts receivables
with an approximate value of an additional $7 million.
The transaction is expected to close by June 30, 2008.
For more information, please visit:
www.codegear.com
www.embarcadero.com
我最喜欢的Delphi卖掉了 大鸟哥说的对 这意味着delphi将会被继续开发。delphi加油啊!
Filed under: 电脑
0 Comments
10593 Views
Written by 小锋 on 07-12-12 7:18 PM
有两天没进食delphi了~~~刚发现一个lcdNumber的控件
但是就是不能够显示在面板上
真的是好奇怪
在Install Packages里面调来调去就是不行 还有在面板上的properties
hide dclstd70也达不到效果 然后seach了一下原来是vcl和clx的问题
-----------
CLX=Component Library for Cross Platform,
意思是“跨平台组件库”,相对于VCL只能应用于windows平台,
而CLX与Kylix共享,可以开发跨平台应用
-----------
在新建项目的时候 要选择CLX Application 也就是第三个 这样就可以解决问题了
图片附件:

Filed under: DELPHI
0 Comments
8887 Views
Written by 小锋 on 07-11-26 9:16 PM
如果你要获取文字的头个字母那么快打开看吧……
» 阅读全文
Filed under: DELPHI
0 Comments
11145 Views
Written by 小锋 on 07-11-23 11:20 PM
delphi2007的下载地址 能用 但是安装后有点小问题
这个界面的确和Jbuilder2007很像 不过我很喜欢……
» 阅读全文
Filed under: DELPHI
0 Comments
11932 Views
Written by 小锋 on 07-11-23 4:22 AM
Filed under: DELPHI
0 Comments
9125 Views
Written by 小锋 on 07-11-22 2:15 PM
延时有三种 一是Sleep 还有是用TTimer,还有就是GetTickCount(之前不知)
TTimer是我现在最常用的 不过现在发现了更好的!那就是GetTickCount
» 阅读全文
Filed under: DELPHI
0 Comments
12725 Views
Written by 小锋 on 07-11-22 12:57 PM
admin/editor/editor/plugins/insertcode下面的两个文件一个是js
一个就是在后台发表文章的那页面
» 阅读全文
Filed under: 心情
0 Comments
7848 Views
Written by 小锋 on 07-11-21 1:31 AM
看着别人的程序都是对ini进行读写很好奇 也很想要自己也玩玩
现在已经稍微了解了ini的相关的咚咚 我就对于下面的文章……
» 阅读全文
Filed under: DELPHI
0 Comments
10227 Views
Written by 小锋 on 07-11-21 12:55 AM
有时候机器自动在刷的时候刷的太猛了怎么办?
所以我就加了一个小功能进去 定刷多少人气方式的 限制人气功能
» 阅读全文
Filed under: DELPHI
0 Comments
8365 Views
Written by 小锋 on 07-11-21 12:49 AM
刚遇到这个问题就发上来了 这个".."真好用啊
记住在你的edit编辑框里面在KeyPress里面加入代码哦!
» 阅读全文
Filed under: DELPHI
0 Comments
9500 Views