记性不好了,唉,这里写个被忘
unit Unit1;

interface

uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, Grids, DBGrids, DB, DBClient, StdCtrls;

type
TForm1 = class(TForm)
Button1: TButton;
Button2: TButton;
ClientDataSet1: TClientDataSet;
DataSource1: TDataSource;
DBGrid1: TDBGrid;
procedure Button1Click(Sender: TObject);
procedure Button2Click(Sender: TObject);
private
end.
相关文章:
-
2021-10-23
-
2022-12-23
-
2022-12-23
-
2022-12-23
-
2021-06-01
-
2022-12-23
-
2022-12-23
猜你喜欢
-
2021-09-22
-
2022-12-23
-
2022-12-23
-
2021-09-15
-
2022-12-23
-
2022-12-23
相关资源
-
下载
2023-04-02
-
下载
2023-01-25
-
下载
2021-06-24