-
杂志2000月
Delphi Informant Magazine 2000 Jan
- 2023-05-18 01:50:03下载
- 积分:1
-
突破Delphi 7.0编程实例五十讲,很讲点的东西
突破Delphi 7.0编程实例五十讲,很讲点的东西-Breakthrough Delphi 7.0 Programming Example 50 speaking, a very strong sense of what
- 2022-02-12 11:44:55下载
- 积分:1
-
Control ocx de una cam de la leche pedrin
Control ocx de una cam de la leche pedrin -Control ocx de una cam de la leche pedrin
- 2022-12-03 23:20:03下载
- 积分:1
-
TeeChart控件源代码
source code for TeeChart
- 2022-03-05 00:11:35下载
- 积分:1
-
系列(II),用超星阅读器浏览,随着分解winrar3.1版本…
第三方控件使用大全(Ⅱ),请用超星阅读器浏览,用winrar3.1以上版本解压。-Series (II), use of Superstar reader browsing, with winrar3.1 versions of decompression.
- 2022-08-11 07:28:38下载
- 积分:1
-
Delphi 7_0常用函数速查手册
Delphi 7_0常用函数速查手册-Delphi 7_0 commonly used functions Check manual
- 2022-03-07 20:30:24下载
- 积分:1
-
这是一本非常不错的书,觉得很实用,建议大家看下.
这是一本非常不错的书,觉得很实用,建议大家看下.-This is a very good, very practical, we propose a glance.
- 2022-02-13 02:36:20下载
- 积分:1
-
DELPHI breakthrough in the master source
DELPHI高手突破的源码-DELPHI breakthrough in the master source
- 2022-03-06 20:24:55下载
- 积分: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
-
本章概要介绍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