本文整理自网络,侵删。
procedure TForm1.DBGrid2DblClick(Sender: TObject);
begin
edit3.Text:=DBGrid2.SelectedField.asstring;
end; 相关阅读 >>
Delphi xe 如何实现("再按一次退出") 然后退出程序
Delphi tms web core messagedlg对话框用法
Delphi 每年、月、周、日的开始与结束的时间startofayear … startoftheyear … endofayear … endoftheyear
winapi 字符及字符串函数(5): ischaralpha - 是否是个字母
Delphi xe10 手机端错误提示:detected problems with api compatibility (visit g.co/dev/appcompat for more info
更多相关阅读请进入《Delphi》频道 >>