-
个人编程技巧收集整理一(Delphi),应该对DELPHI编程有一定的帮助吧,快下载吧...
个人编程技巧收集整理一(Delphi),应该对DELPHI编程有一定的帮助吧,快下载吧-personal programming skills compile a (Delphi), the Delphi programming should be helpful bar, it quickly download
- 2023-04-28 17:50:03下载
- 积分: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
-
本书主要针对具有一定Delphi基础知识的读者,全书通过150个实例全面、深入地介绍了用Delphi 7开发应用程序的常用方法和技巧。全书共分为8章,主要讲解了...
本书主要针对具有一定Delphi基础知识的读者,全书通过150个实例全面、深入地介绍了用Delphi 7开发应用程序的常用方法和技巧。全书共分为8章,主要讲解了用Delphi 7进行界面效果处理、图像处理、图形与多媒体开发、系统功能控制、文件处理、网络与数据库开发,以及组件应用等内容。这些实例简单实用、典型性强、功能突出,很多实例使用的技术稍加扩展可以解决同类问题。使用本书最好的方法是通过学习掌握实例中的技术或技巧,然后使用这些技术尝试实现更复杂的功能并应用到更多方面。-the book against certain basic knowledge of Delphi readers, the book by 150 examples of comprehensive, in-depth introduction of the Delphi 7 application procedures commonly used methods and techniques. The book is divided into eight chapters, mainly on the use of Delphi 7 for interface effects processing, image processing, graphics and multimedia development, system control functions, document processing, networking and database development, application and content components. These simple and practical examples, the typical strong, prominent features, many examples of the use of technology to expand a little can be solved similar problems. Use of the book is the best way to study to acquire examples of technology or skills, and then use these techniqu
- 2023-06-19 23:45:04下载
- 积分:1
-
凌阳8202r 071217方面o3.rar
SUNPLUS 8202R 071217 PART O3.RAR
- 2022-03-24 18:46:21下载
- 积分:1
-
delphi知识收集 我个人的小小收集,平时用的比较多,很基础希望对大家有帮助...
delphi知识收集 我个人的小小收集,平时用的比较多,很基础希望对大家有帮助-knowledge to collect my personal collection of small peacetime, the more that is a member of the foundation help
- 2022-03-13 12:59:16下载
- 积分:1
-
this program can be used in other programs VCL configuration, the memory content...
本程序可用于其它VCL程序的配置、内存内容。帮助设计运行时调试。当然,人们可以看看什么配方用什么成分,设计什么属性
- 2022-03-21 22:51:48下载
- 积分:1
-
expansion Delphi IDE
扩展Delphi的IDE --Extending the IDE中译版 原文:Delphi7官方帮助
翻译:与月共舞(master@cnvcl.org)
发布:http://www.cnvcl.org
版本:V1.0.0.0
创建:2004-06-04
更新:2004-06-12-expansion Delphi IDE-- Extending the IDE Chinese translation of the original edition : Delphi7 official help Translation : and on the dancing (master@cnvcl.org) Releases : http://www.cnvcl.org Version : V1.0.0.0 created : 2004-06-04 Update : 2004-2006-06-12
- 2022-06-17 21:25:37下载
- 积分:1
-
Delphi技巧集锦
DELPHI技巧集锦 -DELPHI skills allehanda
- 2022-03-14 07:13:23下载
- 积分:1
-
Delphi小助手
Delphi小助手-主要是函数查询 本人的又一小收集,对英文不好的delphi学习者来说是个不错的助手!-Delphi his assistant-principal function is to my inquiries another small collection of bad delphi English learners is a good assistant!
- 2022-01-31 17:51: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