-
Delphi编程实效百例的随书程序
这是其中的界面操作部分
Delphi编程实效百例的随书程序
这是其中的界面操作部分-Delphi programming effectiveness of the 100 cases with a program which is the operational part of the interface
- 2023-04-26 08:55:03下载
- 积分: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 programming effectiveness of the 100 cases with books that the source code is part of the operating system
- 2022-01-24 17:30:36下载
- 积分:1
-
this series is my usual collection of pascal
这一系列是我平时收集的pascal深入核心变成,希望对大家有帮助,开发环境是delphi-this series is my usual collection of pascal-depth into the core, we hope to help the development environment is delphi
- 2022-03-05 22:36:24下载
- 积分:1
-
100个dephi实例,希望对大家有用。
100个dephi实例,希望对大家有用。-100 Delphi example, in the hope that useful to everyone.
- 2023-03-25 23:05:04下载
- 积分:1
-
C Builder core for further study moreover helpful for a better understanding of...
C++Builder核心对于进一步学习bcb很有帮助,让你更加了解C++buidler-C Builder core for further study moreover helpful for a better understanding of your C++ buidler
- 2022-01-26 05:38:42下载
- 积分:1
-
比较好的delphi中文帮助,是对照版.对delphi开发人员很有帮助
比较好的delphi中文帮助,是对照版.对delphi开发人员很有帮助-better delphi Chinese assistance, it is version control. Developer of delphi helpful
- 2022-03-22 03:46:03下载
- 积分:1
-
Delphi direct X图形与游戏程序设计.pdf,带标签目录版
Delphi direct X图形与游戏程序设计.pdf,带标签目录版-Delphi direct X graphics and game programming. Pdf, tagged version directory
- 2022-03-23 19:31:47下载
- 积分:1
-
RAD 10 c++ Builder 做的安卓摄像头扫二维码 Delphi的也放一起了
RAD 10 c++ Builder 做的安卓摄像头扫二维码 Delphi的也放一起了
用的是ZXing 的下载了直接编译出安卓的APK放安卓里就可以试效果了罗。。^m^
- 2022-08-04 02:50:10下载
- 积分:1
-
Delphi中向TDBGrid添加组件是一件十分麻烦的事情。笔者在这里向大家介绍一种利用WIN32 API函数在TDBGRID中嵌入CHECKBOX组件的方法。...
Delphi中向TDBGrid添加组件是一件十分麻烦的事情。笔者在这里向大家介绍一种利用WIN32 API函数在TDBGRID中嵌入CHECKBOX组件的方法。-Delphi to add components to the TDBGrid is a very troublesome thing. I here to tell you about a using WIN32 API function in TDBGRID embedded CHECKBOX components.
- 2022-06-13 09:28:59下载
- 积分:1