java/jsp | c/c++ | php | mysql | oracle | mssql | vb | vc | c# | asp | html/css/js | system | delphi | perl | photoshop | other |
8. The Jedi Common Support Unit unit JediUtil; {====================================...
7.2. Dynamic Linking Dynamic Linking is used to link the DLL at runtime. Handling Static and Dyn...
7. Linking There are two ways to link a DLL and import a function. Static linking is very easy and...
5. Conditionals ###ToDo [url=http://dev.csdn.net/#Contents]Back to contents[/url] -- [url=http...
4. Macros In C it's possible to define macros. Macros are not available in Delphi, so functions mu...
3.6.3. Packed Records (Alignment) If a record is packed (aligned) then the starting byte of a fiel...
Case Integer of starts the variant part of the record. Each variant is identified by an ordinal valu...
3.6. Structures, Records 3.6.1. Simple Structures C structures are similar to records in Delphi....
Here is a real-world example from the winnt.h, which is not possible to translate to a native enumer...
3.4. Strings In C, as in Delphi, a string is an array of char types. Often, a string declaration i...
1. Anatomy of a C Header [url=http://dev.csdn.net/#Contents]Back to contents[/url] -- [url=http:...
2.3. #defines as constants C and C++ use #defines in several ways. In a C header file #define can...
2.2. Unit dependencies [url=http://dev.csdn.net/#Contents]Back to contents[/url] -- C and C++ use...
. Anatomy of a C Header [url=http://dev.csdn.net/#Contents]Back to contents[/url] -- [url=http://...
Conversion Tutorial Draft 4 27 JANUARY, 1998 by Andreas Prucha Contents [url=http://...
program testwindow; uses Windows, Messages; var WinClass: TWndClassA; Inst, Handle, Butt...
unit Ugetcor; interface uses SysUtils, WinTypes, WinProcs, Messages, Classes, Graphics, Contro...
现在,我有时间去关注软件盗版问题,我将描述一下我的注册方法,希望对你有所帮助。 几年以来,我有过许多的方案,有的简单,有的复杂,其目的都是为了防止软件的非法使用。这些方法包括两种:硬件方法和软件方...
[img]http://mantousoft.51.net/document/3_language.gif[/img] [url=http://dev.csdn.net/javascript:...
EnumDisplaySettings() 和ChangeDisplaySettings(), function DynamicResolution(X, Y: word): BOOL; var...
用Delphi编写VxD设备驱动程序 介绍 windows 存在有两种类型的 vxd 设备驱动程序: 1、静态(static) vxd...
使用Delphi获取系列信息 Delphi以其优良的可视化编程,灵活的Windows API接口,丰富的底层操作越来越受到编程爱好者的青睐。 在Delphi中,通过调用Win...
Delphi的TRegistry注册表类方法详解 ●GetDataInfo方法 Function GetDataInfo(const ValueName:String;Var Val...
Borland的MIDAS技术 Borland 自 从 推 出 了Delphi 之 后, 深 受 程 序 设 计 人 员 的 青 睐。Delphi 的 每 一 个 新 版 本 都 给...
Delphi是一种具有功能强大、简便易用和代码执行速度快等优点的可视化快速应用开发工具,它在构架企业信息系统方面发挥着越来越重要的作用,许多程序员愿意选择 Delphi作为开发工具编制各种应用程序。但...
軟體服務時代的來臨 經濟學家似乎從來不會意見一致. 即使是在今日全球經濟前景不明的情況下, 經濟學家也對於未來經濟是以V型爬升, 或是以U型, L型反轉而莫衷一是, 世界進步的速度似乎也因為經濟問...
樂趣無窮,可能無限的新技術-Web Service 雖然電子商務的狂熱在最近似乎有減溫的現象,讓許多人能夠回歸到正常的步調之中,不過隨著電子商務而發展的軟體技術並沒有稍停腳步,反而更加蓬勃發展。因...
2001-07-19 Borland第二季度总收入增长20%,纯利增长60% 2001-07-19 Borland软件公司(Nasdaq NM: BORL),今天宣布了第二季度和截止200...
SUCCESS - (Nearly...) I think you'll agree we are pretty close. There is just a little bit of...
ASH - Automatic Syntax highlight (Attempt 2) [Please note: I have my Delphi Editor colors set-to...
To start with I used the Edit1 Control to display the results of all these variables. I then tried m...
To start with I used the Edit1 Control to display the results of all these variables. I then tried m...
blank.rtf - empty -so I could see the "plain" header line {\rtf1\ansi\deff0\deftab720{\fonttbl{...
would be divided up into: procedure tsKeyWord tsSpace TForm1 tsIdentifi...
The Unofficial Newsletter of Delphi Users by [url=mailto:RobertV@Mail.com]Robert Vivrette[/url]...
在DELPHI数据库应用程序中,我们访问数据库通常有两种方法.一种是通过BDE数据库搜索引擎,即利用DELPHI自带的数据库驱动程序,这种方法的优点是速度快,但应用范围有限,当数据库版本更新时,有可能...
七、构件 7.1 用户自定义构件 在标准构件中命名出来的构件的名称同在“类类型”部分定义中的一样定义成一个类类型,不同的是它们有一个3字符的指示前缀,这个前缀可以表示公司、个人...
五、窗体和数据模板 5.1 窗体 5.1.1 窗体类型命名标准 窗体类型的取名应能表达使用该窗体的目的。类型定义应加以前缀T。前缀后面跟随着描述性的名字。最后,应加...
四、文件 4.1 工程文件 4.1.1 命名 工程文件应取个描述性的名字。例如,Delphi 4开发者指南错误管理器 的工程名字是:DDGBugs.dpr。一个有关...
3.5 类型 3.5.1 大写约定 如果类型的名字是保留字,那么它应全部小写。Win32 API类型通常全部大写,并且你必须遵循在Windows.pas或其他API单元中的详细...
一、序言 本文档详述了在Delphi 4开发者指南下进行编程的代码编写标准。在通常情况下,本文档遵循“取消”式格式的指引方针,该方针由Borland国际通过一些例外来使用。在Delphi...
一、序言 二、通用源代码格式规则 2.1 缩格 2.2 页边空格 2.3 Begin…End 配对 三、Object Pascal 3.1 括号 3.2 保留字和关键字...
unit HImage; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, D...
代码示例:你是真的对Delphi很了解么? Procedure StepEditor( strgrid: TStringGrid; Step: TStep ); var sValue, sFi...
用Ole Automation实现Delphi和AutoCad之间的数据交换 广州 XD.W AutoCad是一些做设计的朋友最常用软件之一,有...