2010年4月26日 星期一
在 API 函数中使用 PChar 参数的几种方法
万一| 万一的 Delphi 博客 |16:51:00
阅读: 96 评论: 2 作者:万一发表于 2010-04-26 16:51原文链接//以 GetWindowsDirectory 为例: { 以静态数组做缓冲区 } procedure TForm1.Button1Click(Sender: TObject); var buf: array[0..MAX_PATH-1] of Char; begin GetWindowsDirectory(buf, SizeOf(buf));...
推荐一组 Guru 讲解的 Delphi 视频
万一| 万一的 Delphi 博客 |15:03:00
阅读: 136 评论: 6 作者:万一发表于 2010-04-26 15:03原文链接Guru 的官方网站: CodegearGuru.com, 我是下载后用 KMPlayer 全屏观看的.感谢 Guru 先生的耐心讲解, 感谢 Autfy 先生提供的 FTP 空间.01.ApplicationIcons.swf02.InterfacesActionsComponents.swf03.IDET...
学 Win32 汇编[32] - 子程序进阶
万一| 万一的 Delphi 博客 |14:28:00
阅读: 99 评论: 0 作者:万一发表于 2010-04-26 14:28原文链接接:http://www.cnblogs.com/del/archive/2010/04/05/1704864.html这是以前的一个求和函数的例子; Test32_1.asm .386 .model flat, stdcall include windows.inc include kernel32.inc include m...
Delphi组件开发教程指南(1)组件开发概述
不得闲| 得闲笔记 |13:27:00
阅读: 1098 评论: 16 作者:不得闲发表于 2010-04-26 13:27原文链接在开讲之前,首先,我假设你了解什么是面向对象,什么是类。如果不了解的话,建议先去了解一下相关知识! 在Delphi中,组件,我们可以将它理解为一个个的封装好了的功能对象库,使用这个库,就只用简...
DataSnap 2010 - Using Multi Data Base in the Same Server Class
CodeGear| CodeGear-CodeCentral Delphi |12:15:22
DataSnap 2010 - Using Multi Data Base in the Same Server ClassThis sample was build to show how to connect in more than one data base in the same server class.any doubt or suggestion: bruno.lichot@borland.com
Delphi组件开发教程指南目录
不得闲| 得闲笔记 |11:25:00
阅读: 1141 评论: 5 作者:不得闲发表于 2010-04-26 11:25原文链接用Delphi开发的时间也不短了!刚接触Delphi的时候,就觉得组件这个东西非常方便!根本不必知道组件内部的作为,只要使用就好了!然而用的多了,也不免会对各种delphi组件的内部实现方式产生兴趣!也不...
DynamicSkinForm v.11.35
CodeGear| CodeGear-CodeCentral Delphi |03:48:11
DynamicSkinForm VCL library help you to create applications with skins. Skins support for forms, menus, hints, many standard and non-standard original controls. Skins with many objects, effects help you to create standard and non-standard cool ap...
C to Pascal Converter 2.4.25.2010
CodeGear| CodeGear-CodeCentral Delphi |02:11:47
26/04/2010 - Update 2.4.25.2010* Number of bug fixes* Project options improved* Blogger site opened, can be reach at http://delphiprogrammingwithalgun.blogspot.com/26/10/2009 - Update 2.1.11.2009* Number of bugs fixed* Multi-arrays properly conver...
Implementing "Contains Focus" for Delphi’s Container Controls: TPanel, TGroupBox, ...
About.com| About.com Delphi Programming |02:00:50





冀公网安备 13098202000212号