-
《Delphi技术手册源码》原书佩戴的光盘,DELPHI学习者不妨来看看。...
《Delphi技术手册源码》原书佩戴的光盘,DELPHI学习者不妨来看看。-"Delphi technical manual source" on the wearing of the original CD, Delphi may wish to look at the learners.
- 2022-07-06 09:04:42下载
- 积分: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
-
一个自己总结的delphi常用函数(内有自己编写的一些技巧性函数
)...
一个自己总结的delphi常用函数(内有自己编写的一些技巧性函数
)-a summary of their delphi commonly used functions (within their own skills to prepare some sexual function)
- 2022-07-12 22:30:00下载
- 积分:1
-
delphi7中文帮助
delphi7中文帮助--只包含了部分, 其他更多可联系原作者。感谢原作者提供!-delphi7 Chinese help-- includes only a part, the rest may contact the original author. Thanks for the original author!
- 2023-06-18 03:10:04下载
- 积分:1
-
研究生英语课后习题答案 对研究生英语考试很有帮助 注意收藏...
研究生英语课后习题答案 对研究生英语考试很有帮助 注意收藏-Answers to post-graduate students in English after-school English exam Exercises helpful attention to Favorites
- 2022-03-15 07:52:05下载
- 积分:1
-
Dbgrid 增强(附源码):支持多表头,多固定列,按表头排序,支持合计列,并支持直接打印...
Dbgrid 增强(附源码):支持多表头,多固定列,按表头排序,支持合计列,并支持直接打印-Dbgrid increase (FOSS) : support multi-table, multi-fixed out, according to the first table, in order to support a whole series, and support for direct printing
- 2022-07-08 19:00:57下载
- 积分:1
-
jQuery1中文开发技术指导文档
jQuery1中文开发技术指导文档----中文哦 -Chinese development of technical guidance documents jQuery1
- 2022-02-28 19:22:56下载
- 积分:1
-
对初学者有用的全视频教程.不过内容感觉比较空洞.
对初学者有用的全视频教程.不过内容感觉比较空洞.-Useful for beginners-wide video tutorials. But compare the contents of an empty feeling.
- 2022-03-28 19:08:54下载
- 积分: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-06-12 18:24:25下载
- 积分: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