摘要:
1. 窗体上全局 快捷键,首先设置keyprivew 属性为true.procedure TFMzcfLr.FormKeyDown(Sender : TObject; var Key : Word; Shift : TShiftState);begin if Key = 13 then ... 阅读全文
posted @ 2014-09-26 18:07
cnby3
阅读(248)
评论(0)
推荐(0)
摘要:
1. 属性: ItemIndex 对设置当前为 以索引0,1,2 对应 的value值2. AddItemValue(显示客户看,代码内部值); with DM do begin adoqryTmp.Close; adoqryTmp.SQL.Text :='select * fr... 阅读全文
posted @ 2014-09-26 15:56
cnby3
阅读(274)
评论(0)
推荐(0)