摘要:defproj.cfg__ default configuration which compiled by all projects
defproj.dof__default configuration of all projects.
delphi command-line compiler
the command-line compiler lets you invoke all the......
摘要:作为组件制作的开始,应该了解一些概念,我以为这些概念是非常重要的,将可以作为以后实践的理论基础。?一,?组件的简要层次结构。一般情况下,vcl的组件可以从tcomponent为开始。其最明显的特征就是它的属性可以在设计时通过对象察看器来操纵,另外,他还能拥有其他组件。从tcomponent下,分出非可视组件和可视组件。非可视组件如topendialog,ttimer,ttable等,这些组件因为继......
创建不规则窗口
// 方法一 :利用不规则图片
【程序编程相关:
使用DB2 Information In】
(1) 【推荐阅读:创建智能的、灵活的解决方案】
【扩展信息:
联邦-数据库互操作性,继续大胆尝试第 2】procedure tform1.formcreate(sender: tobject);begin self.clientwidth := hotimage1.width ; self.clientheight := hotimage1.height ; brush.style:=bsclear; end;
(2)把form1 的 borderstyle 属性设置为 bssizeable
(3)在form1 上放置一个 timage,设置其transparent属性为 true,
并在 timage.picture 中设置一个不规则图片
// 方法二
...
下一页 摘要:// a:=stringtoguid({000208fb-0000-0000-c000-000000000046});// ichart 和 chart接口各自具有不同的guid根本不相容// a:=stringtoguid({000208fb-0001-0000-c000-000000000046});}// stringtoguid 用于将 字符串guid转换为 tguid// guidtos......