-
C++Builder6快速参考用户手册,用于开发者查找和学习。
C++Builder6快速参考用户手册,用于开发者查找和学习。-C Builder6 Quick Reference user manual for developers to locate and study.
- 2022-08-23 05:02:43下载
- 积分:1
-
其实学Delphi并不难,看你的努力程度,我才学了一个学期,就已经可以做一些小的应用软件了,
现在在接做两个大的系统,首先要相信自己,才能有可能成功,找些好...
其实学Delphi并不难,看你的努力程度,我才学了一个学期,就已经可以做一些小的应用软件了,
现在在接做两个大的系统,首先要相信自己,才能有可能成功,找些好的书,如《DELPHI编程技巧与实例》等,-Actually, academic Delphi is not difficult to see your efforts, I scholarship for a semester. it can do some small software applications, now done in the following two systems, we must first believe in themselves and may be successful, and find some good books, like "Delphi programming techniques and examples."
- 2022-03-03 14:28:51下载
- 积分:1
-
fully described C BUILDER6 development of technology, the book is divided into t...
全面讲述了C++BUILDER6开发技术,全书分两部分,第一部分是windows和数据库开发,第二部分是高级应用程序和分布式应用开发。作者是Satya Sai Kolachina,曾在很多世界500强大公司担任软件架构师。注:本书是英文版-fully described C BUILDER6 development of technology, the book is divided into two parts, the first part of the windows and database development, the second part of the senior applications and distributed applications development. The author is Satya Sai Kolachina, in many of the world"s 500 major companies as software architect. Note : This book is the English version
- 2022-03-06 10:42:05下载
- 积分: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
-
《Delphi程序设计及实验指导》课堂文稿学Delphi的可以参考一下...
《Delphi程序设计及实验指导》课堂文稿学Delphi的可以参考一下-"Delphi program design and experimental guidance" classroom learning Delphi manuscripts for reference
- 2022-03-25 13:55:33下载
- 积分:1
-
TLsDirComboBox 及 TLsFileListView 是类似资源管理器 ( File Explorer ) 式样的加强版 TComboBox 构件...
TLsDirComboBox 及 TLsFileListView 是类似资源管理器 ( File Explorer ) 式样的加强版 TComboBox 构件-TLsDirComboBox and TLsFileListView is similar resource management (File Explorer) type of enhanced version TComboBox Component
- 2022-04-14 23:45:54下载
- 积分:1
-
这是一本对Delphi开发描述非常全面的书籍!
这是一本对Delphi开发描述非常全面的书籍!-This is one pairs of Delphi developed a very comprehensive description of the book!
- 2022-09-26 19:30:03下载
- 积分:1
-
这是一个用JSP开发的论坛源 码。。。 按照上在的README可轻松的捅有下JSP论坛...
这是一个用JSP开发的论坛源 码。。。 按照上在的README可轻松的捅有下JSP论坛-This a development with JSP source forum. . . In light of the README to be relaxed under a JSP stabbed Forum
- 2022-07-21 13:39:26下载
- 积分: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
-
《TeeChart应用技术详解》(屈景辉)源代码
《TeeChart应用技术详解》(屈景辉)源代码- TeeChart explain the application of technology (屈景辉) source code
- 2022-02-07 22:27:34下载
- 积分:1