-
one of example about hardware design language
one of example about hardware design language
- 2022-02-27 09:13:34下载
- 积分:1
-
RandomString
随机生成A-Z、a-z、0-9的随机字符串(Randomly generated AZ, az ,0-9 random string)
- 2013-04-17 14:51:44下载
- 积分:1
-
Delphi7利用鼠标绘制矩形焦点的源码
本源代码主要演示Delphi7利用鼠标绘制矩形焦点,画出虚线框矩形,按住鼠标左键抖动矩形区域,即可显示虚线矩形框,可应用于需要拖动选择对象时作为选区使用,在Delphi中,这个功能使用Canvas实现:
procedure TForm1.FormMouseMove(Sender: TObject; Shift: TShiftState; X,
Y: Integer);
begin
if IsDraw then
begin
if Count >1 then
DrawFocusRect(Canvas.Handle,FocuRect);
FocuRect.Right := X;
FocuRect.Bottom := Y;
DrawFocusRect(Canvas.Handle,FocuRect);
Inc(Count);
IsEndDraw := True;
end;
end;
- 2023-02-14 21:35:04下载
- 积分:1
-
Delphi-compiler-error-Chinese-manual
Delphi compiler error Chinese manual
- 2013-11-06 21:19:45下载
- 积分:1
-
Abakus_VCL_v5.00.2
好用的控件好用的控件好用的控件好用的控件好用的控件(Good software Good software Good software Good software)
- 2017-02-25 12:48:41下载
- 积分:1
-
TxQuery is created and owned by Alfonso Moreno. He has stopped the development o...
TxQuery is created and owned by Alfonso Moreno. He has stopped the development of TxQuery for years. However, there are many Delphi developers still using TxQuery. A barrier for TxQuery migrating to Delphi 2009 and 2010 is the introduction of Unicode.
- 2023-06-19 22:30:03下载
- 积分:1
-
8536
delphi中Open方法操作数据库演实例,编程学习源码,很好的参考资料。(delphi method of operation of the database in the Open played instance, learning programming source, a good reference.)
- 2014-02-10 21:45:19下载
- 积分:1
-
protitype_AJAX框架 中英文API
protitype_AJAX框架 中英文API-protitype in English and Chinese API
- 2023-03-30 22:05:04下载
- 积分:1
-
Delphiδʹ
- 2022-01-31 14:10:28下载
- 积分:1
-
Microsoft-sam--with-delphi--fo-XP--only
delphi control microsoft sam voice. Only for windows xp
- 2012-02-02 11:09:32下载
- 积分:1