Top "Delphi-xe" questions

Delphi XE is a specific version of Delphi.

Synchronizing/sending data between threads

The app is written in Delphi XE. I have two classes, a TBoss and TWorker, which are both based of …

multithreading delphi synchronization delphi-xe
TLabel and TGroupbox Captions Flicker on Resize

So, I have an application that loads different plugins and creates a new tab on a TPageControl for each one. …

delphi delphi-xe flicker groupbox tpagecontrol
What is new in multithreading in Delphi XE?

I have seen some time ago people discussing about the new multithreading in Delphi XE and about the fact that …

multithreading delphi delphi-xe
How can I allow a form to accept file dropping without handling Windows messages?

In Delphi XE can I allow my form to accept file 'drag and drop' but without having to handle bare …

delphi drag-and-drop delphi-xe
how auto size the columns width of a list view in virtual mode?

When I use a TListView (ViewStyle = vsReport) I can autofit the width of the columns setting the LVSCW_AUTOSIZE or …

delphi delphi-xe tlistview
Control+Click on function is not working in Delphi XE

In Delphi 7 whenever I control+clicked a function/procedure it took me to that function/procedure. But it is not …

delphi delphi-xe delphi-ide
TProc<TObject> to TNotifyEvent

Further to this post whose accepted answer remains very cryptic: @Button1.OnClick := pPointer(Cardinal(pPointer( procedure (sender: tObject) begin ((sender …

delphi delphi-xe anonymous
How to use AQtime (free) in Delphi XE?

Embarcadero says that I got some free version of AQtime when I purchased my Delphi XE license. However, today I …

delphi delphi-xe aqtime
Need multi-threading memory manager

I will have to create a multi-threading project soon I have seen experiments ( delphitools.info/2011/10/13/memory-manager-investigations ) showing that the default …

delphi delphi-xe
Font consistency throughout Project?

Is there a quick and effective way of applying a global Font to be used in a project? By this …

delphi delphi-xe