-
《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
-
Developing a card reader
Developing a card reader
- 2022-03-14 17:01:25下载
- 积分: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
-
Delphi技巧大全,学习DELPHI的值得一看的一本图书,快来看哦.
Delphi技巧大全,学习DELPHI的值得一看的一本图书,快来看哦.-Delphi skills Daquan, the DELPHI study and visit the gallery a book, Come see oh.
- 2023-01-07 23:20:02下载
- 积分:1
-
cxGrid中文教程
自学cxGrid,觉的这个帮助很有用,
就临时起意,建立一个中文chm给需要它的人,
也算是对DelphiBBS的一点贡献...
cxGrid中文教程
自学cxGrid,觉的这个帮助很有用,
就临时起意,建立一个中文chm给需要它的人,
也算是对DelphiBBS的一点贡献吧。-cxGrid Chinese self-study tutorials cxGrid, feel that this help was very useful, on the spur of the moment, the establishment of a Chinese chm to those who need it, it can be considered to contribute to it DelphiBBS point.
- 2022-01-26 06:15:05下载
- 积分:1
-
用C++Builder开发Windows下的屏保
用C++Builder开发Windows下的屏保-Windows Screen Saver in C++Builder
- 2023-05-16 23:15:03下载
- 积分:1
-
非常有用的学习,我个人喜欢的。没有问题你可以E。
对于学习很有帮助,我个人也很喜欢。大家有什么问题的也可以交流反馈一下。-Very useful for learning, I personally liked. That there is no problem you can exchange feedback.
- 2023-04-22 13:35:03下载
- 积分:1
-
vb 写的播放器 对新的开发者很有用。写的不错。非常实际
vb 写的播放器 对新的开发者很有用。写的不错。非常实际-vb players for the new developers useful. Write good. Very practical
- 2023-03-11 23:30:04下载
- 积分:1
-
effectiveness of the 100 cases with books that the source code is part of the in...
delphi编程实效百例的随书源代码
这是其中的界面外观部分-effectiveness of the 100 cases with books that the source code is part of the interface appearance
- 2022-07-15 23:03:57下载
- 积分: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