本文整理自网络,侵删。
procedure TForm1.DBGrid2DblClick(Sender: TObject);
begin
edit3.Text:=DBGrid2.SelectedField.asstring;
end;
相关阅读 >>
Delphi tmsweb core webhttprequest1提交json数据
Delphi代码,直截注入别的进程,之后直截运行在别的进程中的代码!
更多相关阅读请进入《Delphi》频道 >>
本文整理自网络,侵删。
procedure TForm1.DBGrid2DblClick(Sender: TObject);
begin
edit3.Text:=DBGrid2.SelectedField.asstring;
end;
相关阅读 >>
Delphi tmsweb core webhttprequest1提交json数据
Delphi代码,直截注入别的进程,之后直截运行在别的进程中的代码!
更多相关阅读请进入《Delphi》频道 >>
管理员已关闭评论功能...