-
Wizard em Delphi para interaç ã o com usuário.
Wizard em Delphi para interaç ã o com usuário.
- 2022-07-19 01:22:27下载
- 积分:1
-
图表demo
自己写的 delphi 导出Excel 图表demo,只是初步实现具体细节还得不断完善,上传的代码还要字数限制什么鬼谁设定的脑残吧1111111111111111111111111111111111111111111111111111111
- 2022-07-06 09:34:02下载
- 积分:1
-
Delphi 演示0~N位数的任意组合
Delphi 数列的排列组合一例,演示0~N位数的任意组合,组合的数字在0~5之间,需要输入1~6整数,排列结果会显示在文本框组件中。要点代码如下:
ssList := TStringList.Create;
try
if (nBase < 1) then
begin
end
else
begin
if (sList.Count = 0) then
begin
for nIdx := 0 to num-1 do
ssList.Add(a[nIdx]);
end
else
begin
for nIdx := 0 to num-1 do
for nSidx := 0 to sList.Count-1 do
if (Pos(a[nIdx], sList.Strings[nSidx]) = 0) then
ssList.Add(a[nIdx]+sList.Strings[nSidx]);
end;
Combine(nBase-1, ssList);
end;
if ssList.Count > 0 then
begin
sList.Clear;
sList.Text := ssList.Text;sslist.Count
end;
finally
ssList.Free;
end;
- 2022-04-29 16:59:03下载
- 积分:1
-
界面代码和功能代码分离示例
界面代码和功能代码分离示例...
界面代码和功能代码分离示例
界面代码和功能代码分离示例 -Interface code and functional separation of sample code and function interface code code sample separation
- 2023-07-10 21:00:04下载
- 积分:1
-
delphi 开发台达PLC
delphi 开发台达PLC
- 2019-06-04下载
- 积分:1
-
any one language needs some form of writing, I will write delphi correct format...
任何一门语言都需要一定的书写格式,在此我就将delphi正确的书写格式介绍给delphi的爱好者。-any one language needs some form of writing, I will write delphi correct format introduced to the delphi enthusiasts.
- 2022-02-02 07:24:53下载
- 积分:1
-
信息技术竞赛辅导(用于pascal)语言
信息技术竞赛辅导(用于pascal)语言
-IT race counseling (for pascal) language
- 2022-05-27 17:00:53下载
- 积分:1
-
dfw062
dfw控件组V0.62 (dfw control group V0.62 )
- 2006-06-08 19:16:32下载
- 积分:1
-
flexcel
说明: excel report delphi 7
- 2019-02-27 12:51:11下载
- 积分:1
-
TGIS
Delphi GIS engine full source code, a very easy to use GIS engine, including almost all of the functions.
- 2014-02-12 22:27:28下载
- 积分:1