Top "Delphi-2010" questions

Delphi 2010 is a specific version of Delphi.

What is TExternalThread? "Cannot terminate externally created thread" when terminating a thread-based timer

This happens half of the time when closing my application in which I have placed a TLMDHiTimer on my form …

delphi multithreading delphi-2010 external
Automatically resize a Delphi button

I want to dynamically change the caption on a TButton. The problem is that TButton doesn't resize itself if the …

delphi button delphi-2010 autosize
Delphi 2010: Group TListView items in vsReport ViewStyle

Firstly is this possible? I have two issues - the fist is that I cannot get the groups to appear …

delphi delphi-2010 tlistview
VirtualStringTree - Correct way to add/handle subnodes/childnodes when using objects?

I am using Delphi2010 and trying to wrap my head around using VirtualStringTree. I've been trying to get it to …

delphi delphi-2010 virtualtreeview tvirtualstringtree