搜索资源列表
DBGrid1
- 是delphi中的DBGRID控件,做为大家的参考.-is the Input controls, as you reference.
DBGrid2
- delphi中的DBGrid控件,接DBGrid1.rar之后的文档-the DBGrid component, then the following documents DBGrid1.rar
DBGrid1
- 是delphi中的DBGRID控件,做为大家的参考.-is the Input controls, as you reference.
DBGrid2
- delphi中的DBGrid控件,接DBGrid1.rar之后的文档-the DBGrid component, then the following documents DBGrid1.rar
dbgrid2excel
- 功能描述:把DBGrid输出到Excel表格(支持多Sheet) 调用格式:DBGridToExcel([DBGrid1, DBGrid2]) 对于数字用AsString, 其它可能含有格式的文本用DisplayText 长数字字符 的Tag C_LongNumber_FieldTag = 9 避免科学计算格式,如身份证号的显示 自动采用对齐属性, 标题粗体-dbgrid2excel
address
- 行 262: 属性 OleObjectBlob 在 DBGrid1 中不能被设置。 行 262: 不能加载控件 DBGrid1 许可证未找到。-Line 262: attribute OleObjectBlob in DBGrid1 can not be set. Line 262: can not load control DBGrid1 license not found.
uDB.zip
- DBGrid保存到Excel,支持2010 调用uDB.DBGridSaveXLS(DBGrid1, ) 文件名为空时则会打开Excel,等待用户操作保存。 uDB.DBGridSaveXLS(DBGrid1, SaveDialog1.FileName) ,DBGrid Data Save to Excel2010
dbgrid
- 在DBGRID上显示和添加进度条,本案例通过创建一个DBGRID的派生类来获取dbgrid1某一列的RECT值来完成进度条的添加和显示,并在DELPHI7和XP上编译通过。-DBGRID on display and add a progress bar RECT value of dbgrid1 a column in this case by creating a DBGRID derived class to get done t
dbgrid导出excel
- d7的dbgrid通过流导出excel 调用: DBGridEhToExcel: TDBGridToExcel; begin DBGridEhToExcel := TDBGridToExcel.Create(nil); try DBGridEhToExcel.DBGrid := DBGrid1; DBGridEhToExcel.ShowProgress := True;