| About Delphi Programming |
|
| Description: |
Delphi Programming |
| Format: |
RSS 1.0 |
| Feed URL: |
http://z.about.com/6/g/delphi/b/index.rdf |
| |
| Latest Headlines |
|
The Many Faces of Delphi Routines: Functions and Procedures
Tue, 06 Jan 2009 11:49:00 +0800
in Delphi :: With the inclusion of anonymous methods in Delphi 2009, Delphi language has a new weapon in its "what a routine can do and be used for, and...
|
Sort a Generic Delphi List using an Anonymous Comparer Method
Mon, 05 Jan 2009 05:00:00 +0800
in Delphi TIPS :: Delphi 2009 adds Generics and Anonymous methods to the Delphi language. When you have objects in some list - one of a commonly required tasks is...
|
Colored TButton - TColorButton - Delphi Button with Color Properties
Fri, 02 Jan 2009 03:00:00 +0800
ARTICLES ::
Full source code of the TColorButton Delphi component, an extension to the standard TButton control, with font color, background color and mouse-over color properties.
Read the full article to...
|
xMouse - Full source code Delphi Application: Mouse Beams
Tue, 30 Dec 2008 04:17:00 +0800
in Source Code Projects ::
What if the mouse arrow would be positioned in the center of two crossing beams, one horizontal and one vertical - both extending to the...
|
Prevent a Delphi Form from Being Moved Off Screen
Mon, 29 Dec 2008 03:46:00 +0800
in Delphi TIPS :: Try creating a simple form application. Now move the form outside of the screen area. You can easily do this by simply dragging the form by...
|
How to save a web page as HTML or MHT using Delphi
Sat, 27 Dec 2008 04:00:00 +0800
TWebBrowser Tips :: The TWebBrowser Delphi component provides access to the Web browser functionality from your Delphi apps (to allow you to create a customized Web browsing application or to...
|
2009 Holiday Gifts - Ideal Gifts for Delphi developers - IDE, Books
Tue, 23 Dec 2008 04:05:00 +0800
in Delphi Holidays :: The holiday season is here and we are already hunting for answers to please our family members asking: "What do you want for [insert_occasion_here]?"
Whether you...
|
Programmatically Fix the TabOrder property in your Delphi applications
Mon, 22 Dec 2008 11:00:00 +0800
in Delphi TIPS :: The TabOrder property available for any TWinControl descendant control (such as TButton, TEdit, TComboBox, etc.) indicates the position of the control in its parent's tab order....
|
How to find What Control was "Previously" Selected in your Delphi application
Sun, 21 Dec 2008 11:00:00 +0800
Delphi TIPS :: Suppose you have two Edit (Edit1 and Edit2) boxes on a Form (Form1). Suppose you need to know what Edit box had the input focus (was selected)...
|
TEffects - Graphics Effects in Delphi
Fri, 19 Dec 2008 03:00:00 +0800
Custom VCL :: Full source code of the TEffects Delphi component - intended for making effects in style of Corel Draw or Adobe Photoshop. It also allows to import (and...
|