-
杂志评出的2000个月
Delphi Informant Magazine 2000 Apr
- 2022-01-28 14:22:36下载
- 积分:1
-
delphi做的小程序,可以播放声音文件,并可以实现声音文件的循环播放...
delphi做的小程序,可以播放声音文件,并可以实现声音文件的循环播放-so small programs that can play audio files, and sound files can be achieved by recycling players
- 2022-01-22 04:02:09下载
- 积分:1
-
本书以理论结合实践的方式,论述“如何在Delphi中使用面向对象编程方法,构建良好设计的程序”的主题。...
本书以理论结合实践的方式,论述“如何在Delphi中使用面向对象编程方法,构建良好设计的程序”的主题。-this book theory with practice, discussion of the "how to use Delphi object-oriented programming methods, and the building of good design procedures" theme.
- 2022-04-06 19:30:12下载
- 积分:1
-
Ehlib自动编号及自适应列宽演示
Ehlib自动编号及自适应列宽演示...
Ehlib自动编号及自适应列宽演示
Ehlib自动编号及自适应列宽演示-Ehlib automatic column width number and adaptive presentation and adaptive Ehlib automatic column width No. demonstration
- 2022-04-11 20:42:54下载
- 积分:1
-
Clase para imprimir desde un documento de microsoft word
Clase para imprimir desde un documento de microsoft word
- 2022-02-02 19:02:21下载
- 积分:1
-
《Delphi程序设计及实验指导》课堂文稿学Delphi的可以参考一下...
《Delphi程序设计及实验指导》课堂文稿学Delphi的可以参考一下-"Delphi program design and experimental guidance" classroom learning Delphi manuscripts for reference
- 2022-03-25 13:55:33下载
- 积分:1
-
用delphi开发的一个文本编辑器的源代码
用delphi开发的一个文本编辑器的源代码-developed with a text editor to the source code
- 2023-05-14 22:30:02下载
- 积分:1
-
这是一本对Delphi开发描述非常全面的书籍!
这是一本对Delphi开发描述非常全面的书籍!-This is one pairs of Delphi developed a very comprehensive description of the book!
- 2022-09-26 19:30:03下载
- 积分:1
-
这是一个用JSP开发的论坛源 码。。。 按照上在的README可轻松的捅有下JSP论坛...
这是一个用JSP开发的论坛源 码。。。 按照上在的README可轻松的捅有下JSP论坛-This a development with JSP source forum. . . In light of the README to be relaxed under a JSP stabbed Forum
- 2022-07-21 13:39:26下载
- 积分: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