-
内容包括delphi5.0窗体开发的基本方法和范例,窗体开发的高级范例,delphi5.0常用控件的使用和范例,数据窗体开发高级范例和应用系统的开发范例...
内容包括delphi5.0窗体开发的基本方法和范例,窗体开发的高级范例,delphi5.0常用控件的使用和范例,数据窗体开发高级范例和应用系统的开发范例-delphi5.0 forms including the development of basic methods and examples of the form of senior development paradigm delphi5.0 used for the use and control model, data model forms development and application of advanced system development paradigm
- 2022-02-11 10:49:13下载
- 积分:1
-
use development Serial Communication Control
利用delphi开发串口通信的控件-use development Serial Communication Control
- 2022-09-10 22:05:03下载
- 积分:1
-
Delphi7中文帮助 v0.3 不需要解压缩密码,直接下载使用,很不错的帮助文件,希望对你能有所帮助...
Delphi7中文帮助 v0.3 不需要解压缩密码,直接下载使用,很不错的帮助文件,希望对你能有所帮助-Delphi7 Chinese v0.3 need help extract passwords, download use, very good help files, and I hope to help you
- 2022-02-01 08:10:49下载
- 积分:1
-
delphi经典编程入门,8错的东东,解压密码:tmn.cn
delphi经典编程入门,8错的东东,解压密码:tmn.cn-classic entry, eight wrong Dongdong, unpacked Password : tmn.cn
- 2022-09-14 20:05:03下载
- 积分:1
-
conexion Modbus RS485
Conexion de Modbus rs485
- 2023-05-28 10:55:02下载
- 积分:1
-
完整的源代码TeeChart 7
complete source code for teechart 7
- 2022-01-24 14:27:30下载
- 积分:1
-
突破Delphi 7.0编程实例五十讲,很讲点的东西
突破Delphi 7.0编程实例五十讲,很讲点的东西-Breakthrough Delphi 7.0 Programming Example 50 speaking, a very strong sense of what
- 2022-02-12 11:44:55下载
- 积分:1
-
DELPHI7中RAVE控件的教程
实现RAVE报表
DELPHI7中RAVE控件的教程
实现RAVE报表-Delphi7 in RAVE tutorial control statements to achieve RAVE
- 2022-12-20 11:25:03下载
- 积分:1
-
Delphi中向TDBGrid添加组件是一件十分麻烦的事情。笔者在这里向大家介绍一种利用WIN32 API函数在TDBGRID中嵌入CHECKBOX组件的方法。...
Delphi中向TDBGrid添加组件是一件十分麻烦的事情。笔者在这里向大家介绍一种利用WIN32 API函数在TDBGRID中嵌入CHECKBOX组件的方法。-Delphi to add components to the TDBGrid is a very troublesome thing. I here to tell you about a using WIN32 API function in TDBGRID embedded CHECKBOX components.
- 2022-06-13 09:28:59下载
- 积分: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