4
votes
5answers
386 views
Vista application thumbnail
By design, the toolbar application thumbnail on Vista does not update when an application is minimized, since the minimized window itself is not redrawing. For a monitoring application I have, it w …
1
vote
2answers
381 views
Use of Frames in Delphi for GUI information hiding
Hi,
I have been learning Delphi for the last 3 years, on a hobby/occupational level. I am happy to say that I have now progressed to the point that I can look back on my early code with horror and …
2
votes
3answers
306 views
Wrapping TStringList in a Record
I tend to use Delphi's TStringList for text manipulation, so I write a lot of procedures/functions like:
var
TempList: TStringList;
begin
TempList:= TStringList.Create;
try
…
0
votes
4answers
224 views
Can I map Caps Lock to something useful for the Delphi IDE?
OK, so I know I can remap the Caps Lock key in Windows registry, but is there something useful I can map it to in the Delphi 2009 IDE? I was hoping for Code Completion (Ctrl-Space), is there a way …
4
votes
3answers
154 views
What is the difference between types defined in the implementation as compared to the interface section of a unit?
Almost all of the Delphi code I have read has all the class type definitions in the units interface section, but I have seen occasional use of type definitions within the implementation section. …
11
votes
6answers
312 views
What is the purpose of the ‘Tag’ property of Delphi VCL components?
Is there any specific purpose for the 'Tag' property of Delphi VCL components?
I have Googled a few examples using it as, for example, a 'color' property or using the value as a pointer address, bu …
0
votes
3answers
68 views
Handling arbitrary bit length data in Delphi?
I am working on a display/control utility to replace an ancient dedicated hardware controller for a piece of industrial machinary. The controller itself is beyond repair (someone replaced the 1 am …
4
votes
What religion is Delphi?
Obviously, Delphi is Jedism. The uninformed say that "Hokey religions and ancient weapons are no match for a good blaster" , but in the hands of a master it is immensely powerful.
Which of course m …
5
votes
Delphi - most successful applications developed
KMPlayer, a beautiful, lightweight media player that will play every media file type I have ever come across, either with its own or external codecs, has more options and features than you could s …
1
vote
Upgrade to Delphi 2010, or stick with Delphi 7 “forever”?
I'm a fairly similar case I guess, since I am also an individual user and a hobbiest, althought I do also use Delphi to develop small tools to make my job easier. I started out with a magazine cov …
