Archive for the 'Delphi' Category
(Chronologically Listed)
Understanding Anonymous Methods
It appears that the next version of Delphi will support a feature called anonymous methods. The circumstances in which one might use an anonymous method do not seem to be obvious to everyone in the Delphi community, so I’m going to attempt to answer that.
Posted by Craig Stuntz on August 4th, 2008 under Delphi | 7 Comments »JAWS, XP Themes, and Accessibility
It seems that the popular screen reader (software which translates text on the computer screen into spoken audio for the blind) JAWS has problems with applications produced in Delphi when they are manifested for Windows XP. I don’t know if the problem is limited only to Delphi applications, though. What I do know is that […]
Posted by Craig Stuntz on July 3rd, 2008 under General Software Development, Delphi | 2 Comments »If You Use OnUpdate, Your Code Must Be Perfect
I’ve never particularly liked the idea of OnUpdate events.
Posted by Craig Stuntz on May 5th, 2008 under Delphi | 5 Comments »New Delphi Blog
MelanderBlog is the home of Anders Melander, who, among other things, developed the TGIFImage component included with Delphi 2007. This site includes a number of useful Delphi components.
Share This | Email this page to a friend
Stupid PageControl Tricks
Most of the user interface for our Delphi applications is generated dynamically, at runtime. When we display this dynamically-generated user interface in a page control, we don’t generate the user interface for each page until you first go to it. This is for performance reasons, as there is some overhead to this, mostly […]
Posted by Craig Stuntz on May 1st, 2008 under Delphi | 3 Comments »Two Updated Delphi Books
Bob Swart has updated two of his books: Delphi for Win32 VCL Database Development and Delphi 2007 for Win32 Development Essentials.
Share This | Email this page to a friend
SQL-to-Code Macro
OK, I’m not trying to steal Joe White’s thunder here on Delphi macros, but when I plugged Joe’s series, I mentioned that I use Delphi macros for converting SQL created in a query analysis tool into Delphi constants, and commenter Jack asked for more details on this. I thought it would make a better […]
Posted by Craig Stuntz on April 4th, 2008 under Databases, Delphi | 3 Comments »Macro Tip: Don’t Be Afraid to Make Mistakes
Joe White is blogging about Delphi IDE macros, so I’ll throw in a useful tip: When recording a macro, it’s OK to make a mistake. Just type Ctrl+Z (Undo) or hit Backspace and retype what you were doing; the correction becomes part of the macro, and it’s a lot easier than re-recording the macro from […]
Posted by Craig Stuntz on March 31st, 2008 under Delphi | 5 Comments »Buy Delphi, Get Marco Cantù’s Handbook Free
You asked for it; you got it. Buy D2007 and get the PDF version of Cantù’s Handbook free.
Update: "This offer expires March 31, 2008."
Share This | Email this page to a friend
Dynamic Creation of IntraWeb Components, Part 2
I recently wrote about limitations in creating IntraWeb components dynamically when using the template processor component. It looks like the Arcana template processor, recently released as open source, may allow this. Worth investigating, anyway.
Share This | Email this page to a friend
Server Response from: dnrh1.codegear.com

RSS Feed