-
* The most important classes and components
* The new features of Delphi 6...
* The most important classes and components
* The new features of Delphi 6
* Programming DLLs
* Delphi and databases
* Delphi and the internet
* Developing components
Addison-Wesley Nitty Gritty Programming Series provides the most important facts that you willneed to know to get up and running in new programming topics quickly and when you have becomeproficient you can use it as an on-going reference book for all the fundamentals.
Divided into three sections, this book provides everything you need to know to startprogramming in Delphi 6.
* Introduction -- all the main topics that you ll need to get working now.
* Reference section -- all the necessary instructions and topics in one easy reference section so that you can refer back to the book again and again.
* Practical tips and tricks -- find out how to put those important concepts into practice and get expert tips on how to improve your programming.-* The most important classes and components
- 2022-01-22 07:45:12下载
- 积分:1
-
配件管理用报表工具,FASTREPORT,很好用的报表工具
配件管理用报表工具,FASTREPORT,很好用的报表工具-Parts management with reporting tools, FASTREPORT, very good reporting tools used in
- 2022-01-25 16:32:17下载
- 积分: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 production process, can achieve the right dynamic screen capture function.
- 2022-06-03 07:23:10下载
- 积分:1
-
站长您好,这是我去年做的毕业设计航空物流管理系统,其中的代码全部能通过执行,其中的文档是数据流图.请您审核一下....
站长您好,这是我去年做的毕业设计航空物流管理系统,其中的代码全部能通过执行,其中的文档是数据流图.请您审核一下.-head Hello, this is my last year doing graduate design Aviation Logistics Management System, which through the implementation of all the code, documentation of data flow diagram. Examine what you please.
- 2022-06-01 15:30:45下载
- 积分:1
-
在Windows环境下,鼠标和键盘是主要的输入设备。在Delphi中几乎每个对象都具有反映鼠标控制的事件,这些事件的主要功能包括改变鼠标指针的形状,移动、触发、...
在Windows环境下,鼠标和键盘是主要的输入设备。在Delphi中几乎每个对象都具有反映鼠标控制的事件,这些事件的主要功能包括改变鼠标指针的形状,移动、触发、拖动鼠标等。鼠标控制的三个相关属性是Cursor、DragCursor、DragMode;鼠标控制的三个对象方法是BeginDrag、Dragging、EndDrag;鼠标控制的七个事件包括OnDragDrop等。-In the Windows environment, the mouse and keyboard are the main input device. In Delphi, almost every object has to reflect the control of the mouse events, these events are the main functions include changing the shape of the mouse pointer, move, trigger, drag the mouse and so on. Mouse control of three related attributes are Cursor, DragCursor, DragMode mouse control of the three objects is BeginDrag, Dragging, EndDrag mouse control of the seven events, including OnDragDrop so.
- 2022-02-01 18:16:48下载
- 积分:1
-
用C++Builder开发Windows下的屏保
用C++Builder开发Windows下的屏保-Windows Screen Saver in C++Builder
- 2023-05-16 23:15:03下载
- 积分:1
-
用Delphi制作的程序,可以实现获取本地计算机的名称和IP地址的功能。...
用Delphi制作的程序,可以实现获取本地计算机的名称和IP地址的功能。-Delphi production process, can achieve access to the local computer name and IP address of the function.
- 2022-02-07 07:21:27下载
- 积分:1
-
Delphi Construction PSI POS System Development example
Delphi构建进销存POS系统开发实例-Delphi Construction PSI POS System Development example
- 2022-03-30 18:16:31下载
- 积分:1
-
delphi错误调试方面的经典书籍!非常有参考价值!
delphi错误调试方面的经典书籍!非常有参考价值!-delphi error debugging of classic books! Very useful!
- 2022-03-12 06:39:08下载
- 积分:1