0 Star 24 Fork 1

wangyouworld/TrySQL

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tryMysql.lpr 371 Bytes
一键复制 编辑 原始数据 按行查看 历史
wangyouworld 提交于 2014-09-01 16:24 +08:00 . TryMySQL init
program tryMysql;
{$mode objfpc}{$H+}
uses
{$IFDEF UNIX}{$IFDEF UseCThreads}
cthreads,
{$ENDIF}{$ENDIF}
Interfaces, // this includes the LCL widgetset
Forms, unit_tryMysql
{ you can add units after this };
{$R *.res}
begin
RequireDerivedFormResource := True;
Application.Initialize;
Application. CreateForm( TForm1, Form1);
Application.Run;
end.
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Delphi
1
https://gitee.com/3Vshej/TrySQL.git
git@gitee.com:3Vshej/TrySQL.git
3Vshej
TrySQL
TrySQL
master

搜索帮助