-
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游戏编程导学
Delphi游戏编程导学
Delphi游戏编程导学
Delphi游戏编程导学-Delphi Games Programming Delphi Games Programming Guidance Guidance
- 2023-07-28 06:25:03下载
- 积分:1
-
开发客户/服务器应用程序时,一个需要考虑的问题是,面向集合还是面向记录?客户程序并不是
像桌面数据库程序那样直接面对数据库表,而只是面对数据的子集。
客...
开发客户/服务器应用程序时,一个需要考虑的问题是,面向集合还是面向记录?客户程序并不是
像桌面数据库程序那样直接面对数据库表,而只是面对数据的子集。
客户程序在向服务器请求数据时,得到的数据可能是由一个或多个表中的字段构成的,而请求是
通过结构化查询语言( S Q L )实现的。
-development of client/server applications, a need to consider the problems that still face pool-oriented record? Clients are not as desktop database program as directly face the database tables, and faced with only a subset of data. Client to the server requesting data, the data may be from one or more tables of fields, which are requested through structured query language (S Q L) achieved.
- 2022-08-21 15:30:36下载
- 积分:1
-
TeeChart控件源代码
source code for TeeChart
- 2022-03-05 00:11:35下载
- 积分:1
-
函数
delphi中的常用函数的一些介绍
函数
delphi中的常用函数的一些介绍-Delphi function in a number of commonly used functions introduced
- 2023-05-11 13:30:04下载
- 积分:1
-
DELPHI7中RAVE控件的教程
实现RAVE报表
DELPHI7中RAVE控件的教程
实现RAVE报表-Delphi7 in RAVE tutorial control statements to achieve RAVE
- 2022-12-20 11:25:03下载
- 积分:1
-
在学习Delphi的基本上,提供了一些典型的程序exampoles
After studying delphi basicly,it supplys some typical program exampoles
- 2023-04-13 13:05:06下载
- 积分:1
-
delphi6_function ,delphi6函数大全!
delphi6_function ,delphi6函数大全!-delphi6_function, delphi6 function of Guinness!
- 2022-08-05 19:30:12下载
- 积分:1
-
DELPHI相关源码下载,作品发布,个性论坛
的函数大全
DELPHI相关源码下载,作品发布,个性论坛
的函数大全-DELPHI-related source code download, work release, a function of personality Guinness Forum
- 2022-12-26 03:05:05下载
- 积分:1
-
三个小程序的编程技巧。隐藏窗口标题栏2。TITL…
Delphi编程小技巧三则1.隐藏窗体的标题栏2.在标题栏中显示文字标题3.在任务栏中隐藏窗体的图标-Delphi programming skills in three small one. Hide Window title bars 2. The title characters shown in column 3 title. The mission column hidden forms of icon
- 2022-02-04 03:57:49下载
- 积分:1