摘要:
急救.再delphi中怎样把数据库中数据导出到文本格式.而且怎样能把文格式的数据导入到数据库中.这里用的是sql server2000 .哪儿位能帮帮忙!(再线等待!)
......
摘要:
http://www.delphifaq.com/fq/q3072.shtml
conversion to delphi 6: missing unit proxies.pas
question:if your application or expert uses designtime information, you have to replace uses dsgnintf;withu......
InfoPower4000 wwGrid控件的一些应用技巧
infopower4000 wwgrid控件的一些应用技巧
------摘至infopower4000的帮助文档 【程序编程相关:
先人的DELPHI基础开发技巧】
【推荐阅读:
DELPHI7 如何在编写可视组件中传递】
叶正盛 【扩展信息:
终于看到了传说中的Delphi9以及我的】
2003-12-6
复选框可以设置为单击或双击(缺省)操作
property editcontroloptions: twweditcontroloptions;
description
this property defines specific settings for controls embedded in an infopower grid
value meaning
ecocheckboxsingleclick when true, the end-user need only single-click a checkbox cell in the grid to toggle it. when false, a dbl-click is required.
ecosearchownerform when true, the grid searches for embedded controls on the grid抯 owner form. when false, the grid will search the grid parent form. usually you will want to set this property to true.
ecodisablecustomcontrols if true, then the grid will not use the assigned custom controls during editing.
ecodisabledatetimepicker if false, then the grid will disable the automatic creation and use of the twwdbdatetimepicker control to edit dates or time fields.
ecodisableeditorifreadonly if true, then the grid will disable the inplace editor if the field is not editable.
twwdbgrid.exportoptions
property exportoptions: twwexportoptions;
description
...
下一页 摘要:
dephi6(及以下版本)并不提供xp风格支持,因为dephi6推出时xp还在测试当。要使应用程序支持xp风格必须添加"manifest xml”资源文件到应用程序中,告诉系统对此应用程序使用6.0的comctl32.dll,而不是5.0。但有部分vcl控件与6.0存在兼容问题。 tlistview为vsreport时,鼠标移到列头时会抛出异常,修正这个问题需要修改comctr......