-
this series is my usual collection of pascal
这一系列是我平时收集的pascal深入核心变成,希望对大家有帮助,开发环境是delphi-this series is my usual collection of pascal-depth into the core, we hope to help the development environment is delphi
- 2022-03-05 22:36:24下载
- 积分:1
-
本人发现的很好的书籍
本人发现的很好的书籍-A good book I found
- 2022-03-06 03:54:10下载
- 积分:1
-
你下载的相关人士,这也许是最强大的工具包德尔夫…
DELPHI相关源欢迎您下载这个也许是有史以来最强悍的delphi资料包!
-DELPHI relevant sources you download this is perhaps the most powerful kit delphi!
- 2022-09-17 06:40:03下载
- 积分:1
-
关于delphi的技术文档和相当经典的例子,适合于多年delphi开发经验的程序员使用。
关于delphi的技术文档和相当经典的例子,适合于多年delphi开发经验的程序员使用。-Delphi on technical documents and significant examples of classic, suitable for multi-year development experience delphi programmers use.
- 2022-05-31 21:33:57下载
- 积分:1
-
用于创建一个良好的网页模板和一些代码,所以应该是很好的希望…
用来制作网页的一个不错的模版 及相关一些代码等,应该还不错吧 希望大家能够相互借鉴 评价下!-Used to create a good web page templates and some code so it should be good hope that we can learn from each other under the evaluation!
- 2022-03-15 03:27:05下载
- 积分:1
-
DelphiPackage practical Dynamic Data Collection module design patterns restructu...
DelphiPackage实用动态数据采集模块设计模式重构技术实例使用DelphiPackage框架开发应用程序环境
- 2022-05-24 06:53:14下载
- 积分:1
-
Delphi编程实效百例的随书程序
这是其中的界面操作部分
Delphi编程实效百例的随书程序
这是其中的界面操作部分-Delphi programming effectiveness of the 100 cases with a program which is the operational part of the interface
- 2023-04-26 08:55:03下载
- 积分:1
-
unit Video
interface
uses
Windows, Messages, SysUtils, Classes, Gr...
unit Video
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, stdctrls,
ExtCtrls, avicap, mmsystem, dsgnintf
// Types for event-procedures
type
TCapStatusProc = procedure(Sender: TObject) of object
TCapStatusCallback = procedure(Sender: TObject nID: integer status: string)
of object
TVideoStream = procedure(sender: TObject lpVhdr: PVIDEOHDR) of object
TAudioStream = procedure(sender: TObject lpWHdr: PWAVEHDR) of object
// Property Editor for driver selection
type
TDrivereditor = class(TPropertyEditor)
function GetAttributes: TPropertyAttributes override
procedure GetValues(Proc: TGetStrProc) override
function GetValue: string override
procedure SetValue(const Value: string) override
end -unit Video interfaceuses Windows, Messages, SysUtils, Classes, Graphics, Controls, stdctrls, ExtCtrls, avicap, mmsystem, dsgnintf// Types for event-procedurestype TCapStatusProc = procedure (Sender: TObject)
- 2022-02-21 02:41:49下载
- 积分:1
-
在delphi中使用xml文档的方法,包括读写xml文档,创建删除xml文档...
在delphi中使用xml文档的方法,包括读写xml文档,创建删除xml文档-the use xml documents, including literacy xml files, create xml files deleted
- 2022-08-20 05:39:44下载
- 积分:1
-
RAD 10 c++ Builder 做的安卓摄像头扫二维码 Delphi的也放一起了
RAD 10 c++ Builder 做的安卓摄像头扫二维码 Delphi的也放一起了
用的是ZXing 的下载了直接编译出安卓的APK放安卓里就可以试效果了罗。。^m^
- 2022-08-04 02:50:10下载
- 积分:1