论坛


2009年1月20日 星期二

Midas Speed Fix 1.0

CodeGear| CodeGear-CodeCentral Delphi |16:48:08

MidasSpeedFix.pas is a unit that improves the performance of the Midas.dll and MidasLib unit. This is done by replacing the Midas memory manager by the Delphi memory manager (FastMM4).How to use:Add the MidasSpeedFix.pas unit to your Delphi or C++...

Delphi 与 DirectX 之 DelphiX(84): TDIB.InitLight()、DrawLights();

万一| 万一的 Delphi 博客 |16:25:00

本例效果图:代码文件:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DIB, StdCtrls; type TForm1 = class(TForm) DXPaintBox1: TDXPaintBox; procedure FormCreate(Sender: TO...

Delphi 与 DirectX 之 DelphiX(83): TDIB.FilterLine()、FilterRect();

万一| 万一的 Delphi 博客 |15:17:00

本例效果图:代码文件:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DIB, StdCtrls; type TForm1 = class(TForm) DXPaintBox1: TDXPaintBox; Button1: TButton; procedure...

Portable Objects V1.0.2

CodeGear| CodeGear-CodeCentral Delphi |08:44:51

Version 1.0.2 Unlimited trial period available.Portable Objects is a tool set for building distributed applications. It consists of two major components, the Persistence Framework and SOMBA (Simple Object Message Broker Architecture). The Persiste...

A Real World Delphi Developer Question: Class Object Name Retrieval...

About.com| About.com Delphi Programming |01:57:17

in Visitor Asks :: I've received this email from a visitor to the About Delphi Programming (this) site. Let's see if we all can help with answers. If you have...

delphix 编译时出现Undeclared identifier: ’PCharAW’解决

minyoad| minyoad的技术坛子-delphi |00:43:42

编译Delphix的sample的时候,出现了如下的错误[DCC Error] DirectX.pas(14677): E2003 Undeclared identifier: 'PCharAW'查找的时候,发现声明位于dxcommon.pas,只是一个条件编译语句。

2009年1月19日 星期一

Delphi 与 DirectX 之 DelphiX(82): TDIB.DrawMandelbrot();

万一| 万一的 Delphi 博客 |23:11:00

本例效果图:代码文件:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DIB, StdCtrls; type TForm1 = class(TForm) DXPaintBox1: TDXPaintBox; procedure FormCreate(Sender: TO...

Delphi 与 DirectX 之 DelphiX(81): TDIB.ColoredLine();

万一| 万一的 Delphi 博客 |22:55:00

本例效果图:代码文件:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DIB, StdCtrls, ExtCtrls; type TForm1 = class(TForm) DXPaintBox1: TDXPaintBox; RadioGroup1: TRadioGr...

Delphi 与 DirectX 之 DelphiX(80): TDIB.BlendPixel();

万一| 万一的 Delphi 博客 |21:50:00

本例效果图:代码文件:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DIB, StdCtrls; type TForm1 = class(TForm) DXPaintBox1: TDXPaintBox; Button1: TButton; Button2: ...

Windows 7 Controls for Delphi

Admin| 二十年前旧板桥 |15:21:17

在国外站上看新闻,突然发现Delphi的Windows 7控件。详细的内容见下面的转贴。作者声称可能在明天(2009-01-20)可能发布第一版。代码可以在Windows 7以前的版本上运行,但是Windows 7特有的功能,只在Windows 7系统上才使用。以下是作者原文:Probably tomorrow, I ...

Override Global Screen.Cursor Change for a Cancel type Button

About.com| About.com Delphi Programming |13:58:08

in Delphi TIPS :: When you want to run a lengthy process in your application that needs no user iteraction, you can change the value of the Screen.Cursor property to...

Delphi 与 DirectX 之 DelphiX(79): TDIB.LinePolar();

万一| 万一的 Delphi 博客 |12:35:00

本例效果图:代码文件:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DIB, StdCtrls; type TForm1 = class(TForm) DXPaintBox1: TDXPaintBox; procedure FormCreate(Sender: TO...

Delphi 与 DirectX 之 DelphiX(78): TDIB.AntialiasedLine();

万一| 万一的 Delphi 博客 |12:02:00

本例效果图:代码文件:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DIB, StdCtrls; type TForm1 = class(TForm) DXPaintBox1: TDXPaintBox; procedure FormCreate(Sender: TO...

teechart打印预览

minyoad| minyoad的技术坛子-delphi |10:35:17

方法1:// Add the TeeEdiGene unit to the Uses part of your projectChartPreview(Self,Chart1);方法2:(teechart pro)添加一个chartPreviewer设定chart为chart1then

Delphi TTreeView with Check Boxes and Radio Buttons

About.com| About.com Delphi Programming |03:00:02

VCL Usage :: Here's how to add check boxes and radio buttons to a TTreeView Delphi component. Give your applications a more professional and smoother look. Delphi's TTreeview doesn't natively...

« 上一页

下一页 »