-
100个dephi实例,希望对大家有用。
100个dephi实例,希望对大家有用。-100 Delphi example, in the hope that useful to everyone.
- 2023-03-25 23:05:04下载
- 积分:1
-
《TeeChart应用技术详解》(屈景辉)源代码
《TeeChart应用技术详解》(屈景辉)源代码- TeeChart explain the application of technology (屈景辉) source code
- 2022-02-07 22:27:34下载
- 积分:1
-
delphi知识收集 我个人的小小收集,平时用的比较多,很基础希望对大家有帮助...
delphi知识收集 我个人的小小收集,平时用的比较多,很基础希望对大家有帮助-knowledge to collect my personal collection of small peacetime, the more that is a member of the foundation help
- 2022-03-13 12:59:16下载
- 积分:1
-
这一系列是我平时收集的pascal深入核心编程,希望对大家有帮助,开发环境是delphi...
这一系列是我平时收集的pascal深入核心编程,希望对大家有帮助,开发环境是delphi-this series is my usual collection of pascal-depth core programming, we hope to help the development environment is delphi
- 2022-02-02 17:49:08下载
- 积分:1
-
Delphi 7_0常用函数速查手册
Delphi 7_0常用函数速查手册-Delphi 7_0 commonly used functions Check manual
- 2022-03-07 20:30:24下载
- 积分:1
-
C++Builder6快速参考用户手册,用于开发者查找和学习。
C++Builder6快速参考用户手册,用于开发者查找和学习。-C Builder6 Quick Reference user manual for developers to locate and study.
- 2022-08-23 05:02:43下载
- 积分:1
-
DELPHI技巧关于控件方面的电子学习丛书,学习DELPHI控件得心应手...
DELPHI技巧关于控件方面的电子学习丛书,学习DELPHI控件得心应手-DELPHI skills on the control of electronic learning books, learning control handy DELPHI
- 2022-09-19 07:20:03下载
- 积分:1
-
一个DELPHI做的管理信息系统的界面,上附有源代码,是学习DELPHI的初级者比较适合的程序...
一个DELPHI做的管理信息系统的界面,上附有源代码,是学习DELPHI的初级者比较适合的程序-a management information system interface attached to the source code, is the primary DELPHI study were more suitable for the procedure
- 2022-01-31 18:07:16下载
- 积分:1
-
Delphi 函数大全 CHM版 非常好的参考书 (推荐)
Delphi 函数大全 CHM版 非常好的参考书 (推荐)-Delphi function Daquan CHM version of a very good reference book (recommended)
- 2022-08-07 02:12:38下载
- 积分: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