Archive
Wednesday, 28. July 2010
5
votes
When is an interfaced object not an interfaced object?
Te Waka o Delphi
– Answer: When it is merely the container for an interface. After a long series of observation and opinion pieces, I thought it about time I posted something a little more technical, so here we go. I think it is a well known practice to store references to objects in the Tag, Data or Objects members ...
12
votes
All hail the “const” parameters!
DelphiTools
– Passing parameters as “const” is a classic Delphi optimization trick, but the mechanisms behind that “trick” go beyond cargo-cult recipes, and may actually stumble into the “good practice” territory. Why does it work? The most well known case is “const ...




