Visit site Yet Another Programming Blog
October 2010
4
votes
TZDB 1.2, now with Delphi 2009 and 2010 support
Yet Another Programming Blog
– TZDB 1.2 was released today. You can grab it here, and view the latest changes here. The most notable changes are: Latest tz database (2010m). Also removed a few less then useless time zones from the official distribution. Bug fixes, and a new testing module that actually highlighted those ...
September 2010
0
votes
TZDB — new location
Yet Another Programming Blog
– I have moved the TZDB to a new Google code project. There are two wiki pages explaining some basics and a download with the latest TZDB. Cheers.
2
votes
TZDB — time zone database
Yet Another Programming Blog
– In the previous post I offered some details on the new TTimeZone class in Delphi XE. In Today’s post I will present a new project that is based on TTimeZone and offers support for most known (if not all) time zones in wild. All the time zone information used by the project is provided by tz ...
8
votes
TimeZone in XE
Yet Another Programming Blog
– Since the inclusion of TTimeZone in Delphi XE’s RTL, I was trying to write a small introductory article into how to get started with the class but never got the time. Now, I got some free time on my hands, so here it goes: The new class provides support for: Converting date/time values ...
June 2010
3
votes
DeHL 0.8.3
Yet Another Programming Blog
– I will be brief as usual — version 0.8.3 of DeHL is out. The downloads can be found on this page and changelog on this page. This release “fixes” some of the things I wanted fixed for a long time, so it seemed this is the perfect moment for this to happen. A new unit is introduced ...
May 2010
5
votes
DeHL 0.8.2 is out
Yet Another Programming Blog
– I’ve just released the version 0.8.2 of DeHL. The downloads can be found on this page and changelog on this page. Again, this is a minor release with a few bugs fixed and a new feature: TString (as asked in this comment). As you might have guessed already, TString is a wrapper record modeled ...
April 2010
5
votes
DeHL 0.8.1
Yet Another Programming Blog
– I’ve just released the version 0.8.1 of DeHL. The downloads can be found on this page and changelog on this page. This is mostly a fix release with only one major feature – Cloning (in DeHL.Cloning). The rest of the changes are either bug fixes or janitorial changes. Have Fun!
March 2010
4
votes
Replication
Yet Another Programming Blog
– I must say, I am still pretty exited by the extended RTTI in Delphi 2010. It makes life so much easier in many circumstances. “Cloning” (I call it replication) is one of those. Say hello to TReplicator<T> (in DeHL.Replication). It can take any type and create an exact copy ...
4
votes
Here you go — DeHL 0.8
Yet Another Programming Blog
– This is going to be a short one. After months of no releases, here it is: DeHL 0.8 (see changelog for the list of changes on this release). As I mentioned previously, this release will only work on Delphi 2010, since the number of changes required to support serialization was quite big. I must ...
February 2010
5
votes
DeHL, Delphi 2010 and Serialization
Yet Another Programming Blog
– A few months have passed and I did not release a new version of DeHL yet. No, it’s not dead. I’ve just been busy with a delicate new feature — Serialization. This post will demonstrate the new capabilities of DeHL it’s advantages and and shortcomings. But first — since ...
October 2009
1
vote
TypeInfo workaround
Yet Another Programming Blog
– This is going to be a short one. Just wanted to share a simple and elegant work-around for this QC issue: type TypeOf<T> = record class function TypeInfo: PTypeInfo; static; class function Name: string; static; class function Kind: TTypeKind; static; end; { TypeOf<T> } ...
6
votes
DeHL 0.7 is up
Yet Another Programming Blog
– After a few months of no releases, I finally decided to throw one out — so here it is, DeHL 0.7. This release is adding three more collection, new types and fixes some internal limitations of the library. For the people that never tried DeHL – it is a collection of types and classes ...
September 2009
2
votes
Class constructors and Generics
Yet Another Programming Blog
– The new great addition to the Delphi language in Delphi 2010 is the possibility to specify a class constructor and a class destructor to your class/record. I will not describe this feature in this post since you can see the online documentation for it on the Embarcadero Doc Wiki. The part I am ...
June 2009
3
votes
DeHL 0.6 available
Yet Another Programming Blog
– Yes I know I have skipped 0.5. The reality is that 0.5 was due a long time ago, but I did not have enough free time on my hands to complete the unit testing for all new features added. I always try to add as many unit tests as possible to test all possible scenarios. This release features a general ...
2
votes
Update for FSEnum
Yet Another Programming Blog
– Since some people asked me to improve FSEnum unit (see this post). I decided to give it another go and add some features and improve the others. So what’s new? Optional Boolean parameter for all methods that tells the enumerator whether to return the relative paths (like it did before) or ...




