Re: Cool things you can do with Delphi
- From: "Johannes Bjerregaard" <jozzb@hotmail[dot]com>
- Date: 31 Dec 2007 10:43:08 -0700
Uwe Raabe wrote:
If anyone want's to see what can be done with the new Delphi
features, have a look at http://cc.codegear.com/Item/25386. It is a
neat example of a combination of class helpers, enumerators and
invokable custom variants with the result of much more readable code.
That is awesome, and as someone who uses datasets all day long, exactly
the kind of incremental improvements to existing features that I'm
hoping that CG will be working on going forward. The main downside I
see to your technique is that the code is late bound and therefore (at
least according to my programming philosophy) more prone to bugs,
although no different from what you get with FieldByName. Yes, I'm sure
there's a performance cost too, but it's a worthwhile tradeoff in my
opinion.
JB
--
.
- References:
- Cool things you can do with Delphi
- From: Uwe Raabe
- Cool things you can do with Delphi
- Prev by Date: Re: Cool things you can do with Delphi
- Next by Date: Re: Cool things you can do with Delphi
- Previous by thread: Re: Cool things you can do with Delphi
- Next by thread: Re: Cool things you can do with Delphi
- Index(es):