vote up 34 vote down star
17

Soon Delphi 2010 "Weaver" will enter in beta. (See http://www.embarcadero.com/products/beta_programs.php)

Which would be your most wanted features for the next release of Delphi?

Mine (from top of the head):

  • tooling for synchronizing the representations of DB schema (aka. DB metadata) in code and in database
  • language enhancements:
    • CASE on non-ordinal types
    • lazy evaluation
    • mixins
    • AOP (aspect oriented programming)
  • VCL enhancements:
    • DB enhancements (TDataSet, TClientDataSet - faster, more feature rich)
    • OPF/ORM on native side
    • (more) containers, classes (using generics)
  • IDE enhancements:
    • Runtime Object Inspector using the already registered editors to allow WYSWYG debugging of the objects/classes (and generally a better debugger)
    • Code management tools
    • Refactoring assistants
    • Find unused code (ok, here we need support from linker)
  • 64-bit compiler

...and many many more :-)

Yours?

UPDATE: There are some sneak previews at http://wings-of-wind.com See for yourself.

flag
show 10 more comments

117 Answers

vote up 0 vote down

Let them bring back the VCL.NET personality in a modernized version and ditch Prism. That'd make me really happy :)

link|flag
show 1 more comment
vote up 3 vote down

Unicode switch. As in Visual Studio. There are a list of build options in VS like:

  1. MyApp (Debug)
  2. MyApp (Release)
  3. MyApp (Debug - Unicode)
  4. MyApp (Release - Unicode)

I would like to have such an option to decide whether the app is Unicode or just plain ANSI build at compile time.

link|flag
vote up 1 vote down

to make Delphi the first language :

  • cross compiler (only with header for linux and macosx 32/64bit)
  • vcl -> gtk or qt to build (form) application without lose past compatibility
  • full integration with SOAP and possibility to create a stand alone app/service as WebServices

is possible?

... and why not, do you know zkoss , a framework like that to build WebApplications with indy.. was fabuluos

link|flag
vote up 0 vote down

Compability With Windows 7 64 bit (http://social.technet.microsoft.com/Forums/en-US/thread/e56df407-bd0b-4ecc-b8a5-0a35bcd571cc/)

link|flag
vote up 0 vote down

some cryptography support

SHA,DES,AES, etc They are very useful

plus a way to digitally sign files

link|flag
show 1 more comment
vote up 0 vote down

A just in all aspects working Delphi -> C++Builder system. The HPP generator of RAD Studio 2007 is so crappy in basics - it is still nearly unusable. Using any new language feature of Delphi upsets the HPP generator completly. There are so many QC entries, but none resolved. If you add new features, than support it in the whole product - you are advertising with the C++Builder usage of Delphi code - but up to now, it is not.

So get this clear and working!

link|flag
vote up 1 vote down

A small thing... but it sure would be nice if they implemented structural highlighting, ala Castalia. That is a real lifesaver when you are working on nightmare 1000-line functions. In fact, they should just buy Castalia and include most of it's functionality natively (including the relevant options to turn it off).

link|flag
vote up 0 vote down

My top two items would be:

(1) 64-bit Compiler

(2) STL-equivalent

link|flag
vote up 1 vote down

Better compatibility with legacy (ansi) sourcecode:

The ability to define on a per-unit basis if the default string/char types should be Ansistring or Unicodestring. The lack of this is my #1 problem.

link|flag
vote up 1 vote down

hmmm i'd like to see:

  • 64bit Compiler
  • Crosscompiling to other OS... Maybe OSX.
  • Windows 7 features in VCL
  • a Standard Version without any database stuff or a smaller version which is more affortable and not so pricy, but with third party components support

Cheers, murphy

link|flag
vote up 1 vote down
  • CASE on non-ordinal types
  • 64 bit compiler
  • profiler
  • Inline variable declaration
link|flag
vote up 3 vote down
  1. Interfaces for most VCL classes, f.e. IStringList, IDataset, IField, IDbControl.
  2. Support for Windows 7.
  3. More intelligent Refactoring tools(like ModelMaker Code Explorer has).
link|flag
vote up 0 vote down

Bold support.... We are stuck on Delphi 2006 until Bold is updated...

link|flag
vote up 0 vote down

Some built in framework's - like MVC or MVP

With a lot of supporting libraries

link|flag
vote up 0 vote down

what about delphi compiler for embedded devices?

link|flag
vote up 0 vote down

A built in switch to generate compiled obsfucation into the executable, like what is done with ExeCryptor.

procedure TForm1.ExampleMethod;
var
  sBuffer: string;
begin
  sBuffer := '';

{$StartObfucation}
   MyPassword := Edit1.Text + GenerateGUID();
{$EndObsfucation}

  sBuffer := 'Method Done';
end;

Code obsfucation would get added during Delphi compile.

link|flag
vote up 0 vote down

class explorer for c++

link|flag
vote up 0 vote down

We need implementation in Delphi functionality like in C with frendly classes - OOP is good but object is not enought for object model with big object quantity. You need to find way to implement entity of LAYER in around world in delphi code. It mean that classes are more integrated inside the layer and add some rules to interoperation between layers of objects(classes) (extend C frendship);

link|flag
vote up 4 vote down

Here's one that REALLY bugs me, but should be a simple one for them to add.

In the editor, you can right-click on a variable and select "Find Declaration". That is really useful and convenient.

But when debugging, it isn't a right-click option. Why not?

Please include that!!!

link|flag
vote up 2 vote down

I've been using Delphi since the beta before 1.0 and every Win32 version after that and I still consider it to be the best tool for building native Win32 exe-files.

I would like to see:

  • focus kept on Win32 (with 64-bit as a long term goal) instead of .NET
  • improved code-generation (afaik not much has been done here since Delphi 2.0)
  • improve IDE responsiveness. It feels quite large and sluggish compared to VisualStudio.
  • 100% backwards compatibility. I've not used Delphi2009 as much as I wanted to because of problems of converting older code to Unicode.

But in general I'm still a fan of Delphi so the above list should not be seen as complaints!

link|flag
vote up 2 vote down

beautifull !! except and finally in the same block. why not add the += expression ?

link|flag
vote up 1 vote down

a CONST keyword which serves some purpose (namely : tagging as "const" an object or a pointer would prevent changing the object/pointee's content)

link|flag
vote up 2 vote down

Since Delphi 7, a lot has been changed. But I still miss old clean IDE.

  1. Remove all Visual Studio like elements from IDE and create your own style.

  2. Design your own fast, stable and informative help system. A development environment uses a competing product's help system. Is this logical?

  3. Give us the tools of the future, as in pre-Delphi 7 era.

  4. Leave the .NET in the dust. Yesterday I needed a freeware CD burner, searched the net and found a software. I tried to install it, but it said it requires .NET framework 2.0, which I don't have. It redirected me to a site where I needed to download a huge package to use a 2 mb program. I removed it instantly. No one can explain me why I should install a 300 megabytes of framework to run a 2 megabyte executable.

These are my requirements for a new version of Delphi. Unless these are satisfied, I won't use another version of Delphi again.

link|flag
vote up 0 vote down
  1. Document the DCU format.
  2. Make DCU Format compatible with old versions of delphi.
link|flag
show 1 more comment
vote up 1 vote down

Integrated support in the IDE for information in the xx_MemoryManager_EventLog.txt file that the debug version of FastMM generates. It would be nice to be able to jump to the lines in the source code where memory leaks are occurring.

link|flag
vote up 0 vote down

I have used many RAD based IDE but after trying Delphi4PHP I really liked the way in which forms (HTML web pages) are implemented.

I wish that in Delphi we get a form which have a surface similar to a HTML page (as implemented in Delphi4PHP).

This would make designing forms with dynamic contents truly dynamic and easy. Imagine being able to show problems and text description of that problem in a controls content in data entry form right next to the control without having to put hidden labels next to each control and then making them visible and again hiding them.

Again Imagine the easy with which we can change the look and feel along with locations of controls (on a form) of the form just by making changes to an external CSS like file without having to recompiling the software!

link|flag
vote up 2 vote down

SCM integration is a must, tortoise is nice and Embarcadero could officially support it for full integration to the IDE.

link|flag
show 2 more comments
vote up 5 vote down

XML Serialization / Deserialization.

link|flag
vote up 0 vote down

Nilable types like the Nullable types in C# 2.0. I don't like the Variant since it allows a lot more than int/null values t be written in a int?

link|flag
vote up 4 vote down
  1. Faster and non-blocking code insight.
  2. Packages without needing to compile with all the run-time packages. Just the one with the new functionality.I compile application without the run-time packages, but I can use just one, or two additional packages.
  3. Fix IDE bugs.
link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.