I\'m porting a Delphi 5 app to D2010, 开发者_如何学Cand I\'ve got a bit of a problem.On one form is a TImage component with an OnMouseMove event that\'s supposed to update a label whenever the mouse i
With the default settings, the Delphi 2010 code formatter folds anonymous methods on one line. Is there anyone who has found settings to circumvent this?
Following situation: type TRec = record Member : Integer; end; TMyClass = cla开发者_StackOverflowss private
This question already has answers here: Closed 13 years ago. Possible Duplicate: Delphi 2009: How to communicate betw开发者_StackOverflow中文版een Windows service & desktop application u
I am using the DreamEdit (source code editing) component (of which I have 开发者_Go百科a license and the source).
Currently we use Delphi 2007 because our application and some of our components are not compatible with Unicode. If and when we upgrade is it better to jump directly to Delphi 2010?
When editing a type library for a COM DLL, it appears that in Delphi 2007, the type library name is always set to the name of the project. If I go and change that name, the change is ignored and event
I absolutely love the Code Folding feature inside Delphi 2010. However, each time start Delphi 2010 and reopen my project the code I had peviously folded down is no longer folded. Is there a way to ke
Can someone please give me a step by step on how to build an installation disk for my Delphi 2010 application?
Can someone help me fix this: {$IFDEF UNICODE开发者_运维知识库} function FormatStringByteSize( TheSize: Cardinal ): string;