Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I am upgrading a project from Delphi 2009 to D2010 and came across the following Internal Error [DCC Fatal Error] frm_Test.pas(381):
I am using DevExpress Build 47. Is开发者_C百科 there a way to make the context(aka popup) menus semi transparent?AFAIK there\'s no Opacity property for DevExpress\' PopupMenu control. You may experime
I have a problem with a application with plugins. Originally, everything was compiled into a single exe, but now, I want to take out some of the code int开发者_运维百科o a bpl on its own. The code tha
I struggle a little with the understanding of generics and how they can and can not be used. I have a generic class TControlMediator like this:
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
I want to expose some functionality of a internal object as a DLL - but that functionality uses variants. But I need to know: I can export a function with Variant parameters and/or return - or is bett
Delphi 2010 has a nice set of new file access functions in IOUtils.pas (I especially like the UTC versions of the date-related functions). What I miss so far is something like
I am planning to migrate a Delphi 6 BDE application to Delphi 2010... First of all, do I have to move away from BDE? (I will but I prefer to do this in stages if possible)
Is there a way (on windows using Delphi 2010) to get the number of files in a dirctory without actually traversing all files?