| You are here: | About>Computing & Technology>Delphi Programming |
![]() | Delphi Programming |
(* Commenting Delphi Code *)in Beginner Delphi :: Learn the art of helping yourself, when it comes to code maintenance. The purpose of adding comments to Delphi code is to provide more program readability using understandable description of what your code is doing.
Read the full article to learn about (* Commenting Delphi Code *). Related: Friday May 16, 2008 | permalink | comments (0) Top 10 Delphi Web Development Toolsin Delphi Top Picks :: With the release of .NET Microsoft forced developers to think more of Web development as the number one job description in the future. Let's see what are the options for Delphi developers. Here's a list of the selected tools to help you speed up your Web projects. From VCL components (*http enabled*) to true RAD tools the list offers the best choices.
Read the full article to locate Top 10 Delphi Web Development Tools. Related: Thursday May 15, 2008 | permalink | comments (0) Alternate DBGrid Row Colorin Delphi's DBGrid ::
You've seen this surely on web pages. Alternating table row colors means displaying the first record in one color and the second record in another color and continue to alternate the color of each row displayed.
When working with datasets with many rows, alternating the background color of each row can increase readability. Read the full article to learn how to Alternate DBGrid Row Color. Related: Tuesday May 13, 2008 | permalink | comments (2) How to Refresh a DBGrid without Losing the Current Row Positionin Delphi TIPS :: When DBGrid is used to display data from a dataset (query or table), by design, after you call Refresh method on a dataset (re-open) (for example, using a DBNavigator), the current row position will be set to zero (first record).
If you have been asking "Is there any way to reopen or refresh a query, leaving the TDBGrid data exactly where it is (without changing the positions)?" Here's one answer to the problem... Read the full article to learn how to Refresh DBGrid Data - Preserve Row Position. Related: Monday May 12, 2008 | permalink | comments (1) How to Disable TEdit's Default PopUp (Context) Menuin Using VCL ::
When a user right-clicks on an Edit component at run time (or any other component that allows editing such as MaskEdit, Memo, DbEdit, etc.), by default the system's context menu pops up with options to undo, copy, paste, etc. One way to get rid of this default popup menu is to handle the OnContextPopup event by setting the Handled parameter to True.
Read the full article to find out How to Disable TEdit's Default PopUp (Context) Menu Related: Sunday May 11, 2008 | permalink | comments (0) Using Objects to Store Configuration Information in Delphi applicationsin Delphi Ideas :: The purpose of this article is to explain how to use objects to substitute the INI files (and other similar techniques) to store configuration information.
Read the full article to learn how to Use Objects to Store Configuration Information in Delphi applications Related: Friday May 9, 2008 | permalink | comments (2) A Decorator Pattern - Delphi OOP Chapter 27in Delphi OOP :: In this chapter we look at situations where it is not necessary to change the core characteristics of an object at run time, but rather optionally to be able to add behaviour to the object’s existing behaviour. In OO parlance we want to decorate an object and so we’ll look at the Decorator pattern.
Read the full article to learn download A Decorator - Delphi OOP Part 14 - Chapter 27 Related: Thursday May 8, 2008 | permalink | comments (0) Bingo Game - Fancy Delphi Application Contest Entry #28in FDAC ::
In "real life", Bingo is played in halls. Bingo rules and play variations vary from place to place.
Are you a passionate player? Love Bingo? Wnat to play and practice for free (and learn how to code Bingo)? This is the 28th entry to the Fancy Delphi Application Contest Read the full article to find more about (+ download source code) Bingo Game When you download the application and test, rate it: If you already voted, take a look at poll results.Related: Tuesday May 6, 2008 | permalink | comments (0) Select Which Panel Displays AutoHint in Delphi's TStatusBarin Delphi TIPS ::
The TStatusBar Delphi control displays a row of panels, usually aligned at the bottom of a form.
When AutoHint is true, the status bar automatically responds to hint actions by displaying the long version of the hint’s text in the first panel. If you want the current hint to be displayed in some other panel, as needed per your application design (something else displayed in the first panel) you might want to display auto hints in a selected panel of a status bar. Read the full article to learn how to Select Which Panel Displays AutoHint in Delphi's TStatusBar. Related: Monday May 5, 2008 | permalink | comments (0) Implementing a TString object in Delphi - String "as" ObjectTIPS :: How many times have you wanted to assign a string value for the "Object" parameter in, for example, TComboBox.Items? The TStrings class has a method AddObject that adds a string to the list, and associates an object with the string. If this object is a string you'll need to represent a string as an Object...
Related: Sunday May 4, 2008 | permalink | comments (0) Display Latest Headlines | powered by WordPress |
|
All Topics | Email Article | | | ![]() |
| Advertising Info | News & Events | Work at About | SiteMap | Reprints | Help | Our Story | Be a Guide |
| User Agreement | Ethics Policy | Patent Info. | Privacy Policy | ©2008 About, Inc., A part of The New York Times Company. All rights reserved. |






