Monthly Archives: November 2012

Record Helpers for Intrinsic Types

I guess that most of you already heart about it. With Delphi XE3 EMBT introduced record helpers for intrinsic types. E.g. Marco Cantu and Nick Hodges already blogged about it. Just to explain what record helpers for intrinsic types are … Continue reading

Posted in Tips and Tricks | Tagged | Comments Off on Record Helpers for Intrinsic Types

IntraWeb and Session Timeout

This week I had to maintain an IntraWeb application. For those who are not familiar with IntraWeb it allows you to create a web application with Delphi. This means that you can design your web application with components and their … Continue reading

Posted in Tips and Tricks | Tagged , | Comments Off on IntraWeb and Session Timeout

GlobalConsts.pas

Today, I found another example of a common mistake, a unit with global constants. I guess most of you know this situation. There is a value that is used several times in a unit and you declare a constant for … Continue reading

Posted in Tips and Tricks | Tagged | Comments Off on GlobalConsts.pas