-
本书以理论结合实践的方式,论述“如何在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中对用户输入的数据该如何控制?-in Delphi on user input on how to control the data?
- 2022-06-27 16:58:52下载
- 积分:1
-
基于C++BUILDER环境,初学者很适用,代码简单易懂,对学习和借鉴有很大好处,可移植很强,我测试的版本是BCB60,创建组合框源代码...
基于C++BUILDER环境,初学者很适用,代码简单易懂,对学习和借鉴有很大好处,可移植很强,我测试的版本是BCB60,创建组合框源代码-Based on the C++ BUILDER environment is applicable for beginners, easy-to-understand code, and has a lot to learn from the benefits of highly portable, I tested version BCB60, create a combo box source code
- 2022-09-22 13:10:03下载
- 积分:1
-
Delphi高手突破!帮助您成为真正的Delphi高手!
Delphi高手突破!帮助您成为真正的Delphi高手!-Delphi expert breakthrough! Help you become a true master of Delphi!
- 2022-01-26 19:25:33下载
- 积分:1
-
Delphi
数学算法,该书内所有程序的源码,Delphi程序-Delphi
- 2022-04-10 10:55:17下载
- 积分:1
-
在skincontrol德尔福
一个很好的Delphi皮肤控件 用来做界面很漂亮的-A skincontrol for Delphi
- 2022-02-15 04:26:08下载
- 积分: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
-
函数
delphi中的常用函数的一些介绍
函数
delphi中的常用函数的一些介绍-Delphi function in a number of commonly used functions introduced
- 2023-05-11 13:30:04下载
- 积分:1
-
VCL inheritance map. Pdf VCL library structural relationship
VCL 继承关系全图.pdf VCL库的结构关系-VCL inheritance map. Pdf VCL library structural relationship
- 2023-07-28 17:15:03下载
- 积分:1
-
在delphi中使用xml文档的方法,包括读写xml文档,创建删除xml文档...
在delphi中使用xml文档的方法,包括读写xml文档,创建删除xml文档-the use xml documents, including literacy xml files, create xml files deleted
- 2022-08-20 05:39:44下载
- 积分:1