-
Serial from the envision source
Serial from the envision source
- 2022-06-02 21:07:48下载
- 积分:1
-
EcscCj
一个电力部门的催缴费用系统,有需要大家可参考(A reminder of the cost of the electricity sector systems, there is a need we can refer to)
- 2009-04-16 00:48:05下载
- 积分:1
-
带图标的提示栏(Hint窗口)
带图标的提示栏(Hint窗口)-icon with tips column (Hint window)
- 2022-03-22 02:17:53下载
- 积分:1
-
delphi源码,超市管理,分前台和后台管理,勿商用
delphi源码,超市管理,分前台和后台管理,勿商用-delphi source, supermarket management, sub-front and back-office management, not business
- 2022-03-26 00:43:01下载
- 积分:1
-
UDP-chat
UDP通信类似QQ聊天工具,经测试完全通过(UDP traffic like QQ chat tool, fully tested by)
- 2011-12-17 09:48:23下载
- 积分:1
-
kill-hdd
This example shows the complete Kill, Hard Disk
- 2014-01-20 16:31:43下载
- 积分:1
-
该控件是一个带表格线的打印构件,使用它,您可以快速地生成一个带表格线的打印效果...
该控件是一个带表格线的打印构件,使用它,您可以快速地生成一个带表格线的打印效果-the controls is a form lines with a print component, use it, You can quickly generate a form lines with a print results
- 2022-03-05 15:40:46下载
- 积分:1
-
基于Bpl的delphi框架,简单易学,容易操作
基于Bpl的delphi框架,简单易学,容易操作-Bpl-based framework for the delphi, simple and easy to learn, easy to operate
- 2022-11-15 23:45:03下载
- 积分:1
-
里面是c++builder6编程实例教程里面的所有源代码,有11章
里面是c++builder6编程实例教程里面的所有源代码,有11章-c builder6 Programming Guide examples all of the source code, Chapter 11
- 2022-01-28 03:49:02下载
- 积分:1
-
Delphi 单击StringGrid列进行排序
Delphi 单击StringGrid列进行排序,StringGrid行的任意列单击,就会重新排序一次,排序规则可以自己定义,这种排序功能可有效提升StringGrid显示数据的易用性,增强其功能,提升用户体验,本例子源代码相当简单,对学习者也有很好的帮助作用。参见以下代码:
begin
if Button = mbRight then Exit;
TStringGrid(Sender).MouseToCell(X, Y, vCol, vRow);
if (vRow < 0) or (vRow >= TStringGrid(Sender).FixedRows) then Exit;
StringGridRowSort(TStringGrid(Sender), vCol, vOldCol = vCol);
if vOldCol = vCol then
vOldCol := - vOldCol
else
vOldCol := vCol;
end;
- 2022-05-29 23:30:47下载
- 积分:1