-
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
-
设计模式的版本,对于像网友一个有价值的参考
设计模式delphi版给想学delphi的朋友一个很有价值的参考-Design Mode version for, like delphi friends a valuable reference
- 2022-03-15 12:26:28下载
- 积分:1
-
上传的内容为:使用DELHPI的设计与编程来实现与WORD的结合,达到控制的目的。...
上传的内容为:使用DELHPI的设计与编程来实现与WORD的结合,达到控制的目的。-upload the contents : DELHPI use of the design and programming to achieve with a combination of Word, to achieve control.
- 2022-03-25 15:43:06下载
- 积分:1
-
TeeChart图表工具快速入门.rar
TeeChart图表工具快速入门.rar-err
- 2022-09-12 00:25:03下载
- 积分:1
-
DelphiZeus Chinese version, learning the use of DELPHI developing applications b...
DelphiZeus中文版,学习使用DELPHI开发基于WindowsAPI的应用程序,来自窗体单元。
- 2022-04-20 00:45:41下载
- 积分:1
-
本章概要介绍Borland C++ Builder(BCB)和解释什么..
Overview In this chapter I introduce Borland C++Builder (BCB) and explain what it is about. I also devote considerable time to explaining the purpose of this book and the philosophy behind my approach to technical writing. Technical subjects covered in this chapter include Creating a simple Multimedia RAD program that plays movies, WAV files, and MIDI files. Shutting down the BCB RAD programming tools and writing raw Windows API code instead. Creating components dynamically on the heap at runtime. Setting up event handlers (closures) dynamically at runtime. A brief introduction to using exceptions. This topic is covered in more depth in Chapter 5, "Exceptions." A brief introduction to ANSI strings. This subject is covered in more depth in Chapter 3, "C++Builder and the VCL." Using the online help. Greping through the include and source files that come with the product and with this book.-Overview In this chapter I introduce Borland C++Builder (BCB) and explain what it is about. I also
- 2022-03-28 15:37:04下载
- 积分: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),应该对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的人你一定知道吧,想检验你的Delphi学的怎么样么?看看吧!对你可能有帮助!-clever programmers with Delphi everyone you know, learning Delphi certain people you know you, you want to test the Delphi learn how kind? Let"s see it! You may have to help!
- 2022-03-05 11:14:02下载
- 积分:1
-
Delphi、C 高手速成 V3.0
Delphi、C 高手速成 V3.0-Delphi, C V3.0 accelerated master
- 2022-08-13 07:59:18下载
- 积分:1