Delphi XE is a specific version of Delphi.
The app is written in Delphi XE. I have two classes, a TBoss and TWorker, which are both based of …
multithreading delphi synchronization delphi-xeSo, I have an application that loads different plugins and creates a new tab on a TPageControl for each one. …
delphi delphi-xe flicker groupbox tpagecontrolI have seen some time ago people discussing about the new multithreading in Delphi XE and about the fact that …
multithreading delphi delphi-xeIn Delphi XE can I allow my form to accept file 'drag and drop' but without having to handle bare …
delphi drag-and-drop delphi-xeWhen I use a TListView (ViewStyle = vsReport) I can autofit the width of the columns setting the LVSCW_AUTOSIZE or …
delphi delphi-xe tlistviewIn Delphi 7 whenever I control+clicked a function/procedure it took me to that function/procedure. But it is not …
delphi delphi-xe delphi-ideFurther to this post whose accepted answer remains very cryptic: @Button1.OnClick := pPointer(Cardinal(pPointer( procedure (sender: tObject) begin ((sender …
delphi delphi-xe anonymousEmbarcadero says that I got some free version of AQtime when I purchased my Delphi XE license. However, today I …
delphi delphi-xe aqtimeI 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-xeIs there a quick and effective way of applying a global Font to be used in a project? By this …
delphi delphi-xe