社区
Delphi
帖子详情
怎么让dbgrideh的某一列(数据类型为integer)显示时前面自动加上字串 'abc' ???
frogshero
2002-07-22 02:53:26
怎么让dbgrideh的某一列(数据类型为integer)显示时前面自动加上字串 'abc' ???
...全文
50
2
打赏
收藏
怎么让dbgrideh的某一列(数据类型为integer)显示时前面自动加上字串 'abc' ???
怎么让dbgrideh的某一列(数据类型为integer)显示时前面自动加上字串 'abc' ???
复制链接
扫一扫
分享
转发到动态
举报
写回复
配置赞助广告
用AI写文章
2 条
回复
切换为时间正序
请发表友善的回复…
发表回复
打赏红包
frogshero
2002-07-28
打赏
举报
回复
sql中没有inttostr这个函数啊?
zhengxionglai
2002-07-22
打赏
举报
回复
动态生成新列,比如
select 'abc'+inttostr(col1) as col2 form your table
一些delphi开发的小技巧
DB
Grid
雙擊獲取數據 procedure TForm4.
DB
Grid
1
Db
lClick(Sender:TObject); begin Edit4.Text :=
DB
Grid
1.DataSource.DataSet.Fiel
db
yname('id').AsString ; Edit5.Text :=
DB
Grid
1.DataSource.DataSet.Fiel
db
yname('
DELPHI基础开发技巧
? ◇[DELPHI]网络邻居复制文件uses shellapi;copyfile(pchar(newfile.txt),pchar(//computername/direction/targer.txt),false);◇[DELPHI]产生鼠标拖动效果通过MouseMove事件、DragOver事件、EndDrag事件实现,例如在PANEL上的LABEL:var xpanel,
delphi小技巧总汇
◇[DELPHI]网络邻居复制文件uses shellapi;copyfile(pchar(newfile.txt),pchar(//computername/direction/targer.txt),false);◇[DELPHI]产生鼠标拖动效果通过MouseMove事件、DragOver事件、EndDrag事件实现,例如在PANEL上的LABEL:var xpanel,ypanel
delphi技巧总结收集
Delphi常用总结 (2008-03-30 23:45:17)转载标签: 杂谈分类: Delphi程序大全 1.定义leftstr,midstr
时
需uses strutils. 2.打开记事本需要在單元接口部分引用 SHELLAPI單元 3.获取计算机名与IP
时
,需定义uses winsock;
先人的DELPHI基础开发技巧
先人的DELPHI基础开发技巧导读: 关键字 先人的DELPHI基础开发技巧 出处 ◇[DELPHI]网络邻居复制文件 uses shellapi; copyfile(pchar(newfile.txt),pchar(//computername/direction/targer.txt),false); ◇[DELPHI]产生鼠标拖动效果 通过MouseMove事件、DragOver事件
Delphi
5,939
社区成员
262,944
社区内容
发帖
与我相关
我的任务
Delphi
Delphi 开发及应用
复制链接
扫一扫
分享
社区描述
Delphi 开发及应用
社区管理员
加入社区
获取链接或二维码
近7日
近30日
至今
加载中
查看更多榜单
社区公告
暂无公告
试试用AI创作助手写篇文章吧
+ 用AI写文章