论坛


2009年3月13日 星期五

Instantiating / Creating Delphi Components Dynamically (at Run-Time)

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

OOP in Delphi :: Most often when programming in Delphi you don't need to dynamically create a component. If you drop a component on a form, Delphi handles the component...

2009年3月12日 星期四

博客导读

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

Windows 编程|学习 Message|多线程编程|内存管理|内存函数|钩子函数|初学汇编|算法与数据结构|资源文件|光标相关函数|WinAPI 字符及字符串函数|再学 GDI+|用 GDI 操作 EMF 文件|Delphi 的绘图功能|理解类|TStringGrid|TMainMenu|TTreeView|TScreen|TRegistry|TListVi...

制作放两个小图片的按钮 - 回复 "xhui" 的问题

万一| 万一的 Delphi 博客 |18:27:00

问题来源:http://www.cnblogs.com/del/archive/2009/03/12/1409708.html#1475240本例效果图:自定义的类(TMyButton):unit Unit2; interface uses Windows, Messages, Classes, Graphics, StdCtrls; type TMyButton = class(TButton) private FBit1,FBit2...

分别使用静态数组与动态数组建立一个区域 - 回复 "老A123" 的问题

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

问题来源:http://www.cnblogs.com/del/archive/2008/05/26/1207811.html#1475006本例效果图:代码文件:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TForm1 = class(TF...

动态生成Ribbon Bar上的按钮和下拉菜单

rarnu| 橙子的Delphi技术专区-delphi |10:46:00

先来看这么一个效果这是在DevExpress Bar组件下的Ribbon控件,对于直接的可视设计,要做出这样的效果当然是很容易的。但是如果需要动态的生成这样的按钮和菜单,却是需要费一定的功夫。由于Ribbon组件上的按钮,实际上由BarManager提供,而Ribbon组件本身,只是一个?..

AlphaControls 2009 v6.20

CodeGear| CodeGear-CodeCentral Delphi |08:41:58

AlphaControls is an easy-to-use universal and powerful tool for developing original skinned and non-skinned business/media applications. We have also added some properties, which make AlphaControls (and the applications that use them) unique. - ...

AlphaControls Lite Edition v6.20

CodeGear| CodeGear-CodeCentral Delphi |08:37:58

AlphaControls Lite Edition is a part of the AlphaControls package which can work without any limitations in Delphi 5/6/7/2005/2006/2007/2009 and C++ Builder 6/2006/2007/2009 under Windows XP and newer. By using these components you can see the bas...

TMemoBar - T(Custom)Memo Delphi Control Extender

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

Custom VCL's :: Full source code of the MemoBar Delphi component. MemoBar can be attached to a T(Custom)Memo component to provide additional info/functionality for a Memo component. TMemoBar displays: current...

TWebBrowser、MSHTML 与 DOM (1): 从 TWebBrowser 中获取 window 对象

万一| 万一的 Delphi 博客 |00:20:00

借助 TWebBrowser 可以把软件做的更漂亮、更灵活, 很多软件已经或者早就这样做了.尽管 HTML DOM 内容繁杂(涉及到 HTML、JavaScript、CSS), 但也都属于 TWebBrowser 的功能范围.使用 TWebBrowser 时, 如果配合上 MSHTML, 将会有很好的代码提示; 不然也可以, 就是写代...

2009年3月11日 星期三

DynamicSkinForm v. 10.32

CodeGear| CodeGear-CodeCentral Delphi |21:42:36

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...

BusinessSkinForm v. 7.32

CodeGear| CodeGear-CodeCentral Delphi |21:38:02

BusinessSkinForm VCL library help you to create applications with skins support for forms, menus, hints, many standard and DB controls. You can create your skins with special editor. Develop your business applications with BusinessSkinForm VCL!Fea...

ParamCount、ParamStr

万一| 万一的 Delphi 博客 |20:38:00

//获取程序参数 //可从 Project -> Options -> Debugger -> Parameters 中输入模拟参数, 多个参数可用空格隔开 procedure TForm1.FormCreate(Sender: TObject); var i: Integer; begin for i := 1 to ParamCount do begin ListBox1.Items.Add(ParamStr(i))...

February 2009 Release of Delphi Prism Is Now Available

Nick Hodges| Nick Hodges |14:36:43

More information at:  http://edn.embarcadero.com/article/39408

How to add a built - in editor to a TListBox

delphi3000| delphi3000.com |12:00:00

When using a TListBox and when a user can or must modify an item of the list usually you must add another TEdit control to get the value of the selected item and after the user has set the value he wants you have to update the item by code. Well h...

How to connect and retrieve email to a POP3 account

delphi3000| delphi3000.com |12:00:00

This post will demonstrate how to connect and retrieve mail from a POP3 account. For the purpose of this demonstration we will need a TIdPOP3 component and a TIdMessage component.

« 上一页

下一页 »