Published on Tue, 20 May 2008 08:02:30 -0400 Read: 47 times
in FDAC ::
The Opera browser has a feature called Speed Dial which is basically a grid of your 9 (or more) favorite web sites presented using thumbnails instead of...... Read Article.
Published on Mon, 19 May 2008 08:02:07 -0400 Read: 65 times
in Delphi TIPS ::
Dialog windows you use to display critical information to the user are, in most cases, displayed modally. A modal form is one where the application can't...... Read Article.
Published on Sun, 18 May 2008 08:02:09 -0400 Read: 72 times
in Delphi TIPS :: After dropping a TListBox on your form, you must change the Style property of the TListBox to lbOwnerDrawFixed. If you fail to change the Style property,...... Read Article.
Published on Fri, 16 May 2008 08:02:04 -0400 Read: 66 times
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...... Read Article.
Published on Thu, 15 May 2008 08:02:02 -0400 Read: 243 times
in 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...... Read Article.
Published on Tue, 13 May 2008 08:02:15 -0400 Read: 52 times
in 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...... Read Article.
Published on Mon, 12 May 2008 08:02:04 -0400 Read: 59 times
in 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...... Read Article.
Published on Mon, 12 May 2008 08:02:03 -0400 Read: 89 times
in 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,...... Read Article.
Published on Fri, 09 May 2008 08:02:04 -0400 Read: 44 times
in 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...... Read Article.
Published on Thu, 08 May 2008 08:02:11 -0400 Read: 61 times
in 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...... Read Article.
Published on Wed, 07 May 2008 08:03:59 -0400 Read: 39 times
This article describes how to support client-side caching of dynamically generated content in ASP.NET and Delphi, and lists some of the lesser-known problems with ASP.NET?s HttpCachePolicy class.... Read Article.
Published on Wed, 07 May 2008 08:03:59 -0400 Read: 99 times
In a letter to the CodeGear developer community, David Intersimone "David I" talks about today's announcement that will create the world?s largest, platform-independent software provider of database and application development tools.... Read Article.
Published on Tue, 06 May 2008 08:02:01 -0400 Read: 61 times
in 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...... Read Article.
Published on Mon, 05 May 2008 08:02:07 -0400 Read: 87 times
TIPS :: 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...... Read Article.
Published on Mon, 05 May 2008 08:02:06 -0400 Read: 42 times
in 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...... Read Article.
Published on Sat, 03 May 2008 08:03:20 -0400 Read: 47 times
Variable types are often misused in ASP.NET applications. This article discusses the various types of shared variables in Delphi ASP.NET applications... Read Article.
Published on Fri, 02 May 2008 08:02:01 -0400 Read: 53 times
in Delphi OOP :: This chapter explores the Factory patterns, which, instead of changing an object’s behaviour, provide ways of creating different objects to suit run time requirements.
Read the full...... Read Article.
Published on Fri, 02 May 2008 08:02:00 -0400 Read: 50 times
in Delphi Tools :: What are the best UML tools on the market? There are a lot, providing an interesting array of features. Here's a list of suggested tools to...... Read Article.