Popular
11
votes
Delphi MVC Web Framework - “Hello World”
Daniele Teti's programming blog
– This is the first “Hello World” for my Delphi MVC Web Framework. program DelphiMVCWebFramework; {$APPTYPE CONSOLE} uses System.SysUtils, MVCEngine in 'MVCEngine.pas', BaseController in 'BaseController.pas'; var ...
10
votes
Handling some XE2 issues Part #1
Uwe's Delphi blog
– I am using XE2 since it is available to me, but the stuff I am doing at home is different from the stuff at work and also different from the stuff my co-worker is doing. We have switched to XE2 almost two weeks ago and thatswhy we discover some more XE2 issues now. Here are some of the issues we ...
9
votes
Meanwhile, in the DWScript SVN…
DelphiTools
– This summary of recent DWS changes is coming a bit late, and there is quite a bit to cover. Here is a quick, partial roundup of what changed since the last update. Language changes: Initial support for overloads (currently limited to standalone functions/procedures). New operator “sar” ...
7
votes
Okay, So When Should You Call Create?
Nick Hodges
– Okay, I want you all to notice that in my previous post about the use of Create, I was pretty careful not to say “Never call Create”. And near the start I said “For the most part”. So let’s be clear – just as I didn’t say “Never ever call FreeAndNil”, I’m not saying “Never call Create”. ...
7
votes
Visualizing wave interference with FireMonkey
The Hacker's Corner
– My article "Visualizing wave interference using FireMonkey" on EDN. Share This | Email this page to a friend
6
votes
Fixing TThreadedQueue…? (Or in other words: TMonitor… again!)
Delphi Haven
– Probably out of masochism or something, I’ve been looking at TMonitor again. For anyone who doesn’t recall the earlier episodes, TMonitor is the ‘new’ (and rather low-level) threading device introduced in D2009. Alas, but it proved buggy as hell, as well as slow. Given the ...
5
votes
Movie #66 - Animating Adding a TListBoxItem
LearnDelphi.TV
– This is another video where I demonstrate my limited knowledge of FireMonkey. It it I build the classic "Add items from an Edit to a ListBox" example, then add a little animation to make things look pretty. The video is a touch under 13 minutes and you can watch it here or on YouTube. This video ...
5
votes
Rethinking the Delphi code editor
TwoDesk Delphi Blog
– When you chose to use Delphi, you picked a great language with an absolutely perfect, flawless, IDE that couldn’t possibly be improved. Right? Wait, what’s that you’re saying? It’s NOT perfect? It CAN be improved? Ok, I admit, that was a lousy attention-getter to open with, ...
5
votes
A Sign of Maturity
The Delphi Geek
– No IDE is mature until it has a TSmiley component. --Anonymous This week I got a sudden urge to write TSmiley component for Smart Mobile Studio IDE. After all, what is a development environment without a smiley? My TSmiley is not an enterprise-y ...
4
votes
FireMonkey 3D Text Editor
Andreano Lanusse
– If you want to learn more about FireMonkey 3D applications, join me on February 14th for the Delphi Birthday Celebration webinar. During this webinar we will have several Delphi experts and members of our R&D team showing great technologies using Delphi. I will be there as well showing something ...




