General

What features would you most like to see in Delphi?

The feature I'd most like to see in Delphi is....

You've used all your votes and won't be able to post a new idea, but you can still search and comment on existing ideas.

There are two ways to get more votes:

  • When an admin closes an idea you've voted on, you'll get your votes back from that idea.
  • You can remove your votes from an open idea you support.
  • To see ideas you have already voted on, select the “My feedback” filter and select “My open ideas”.
(thinking…)
Reset

Enter your idea and we'll search to see if someone has already suggested it.

If a similar idea already exists, you can vote and comment on it.

If it doesn't exist, you can post your idea so others can vote on it.

Enter your idea and we'll search to see if someone has already suggested it.

  • Hot ideas
  • Top ideas
  • New ideas
    1. Better GUI separation and abstraction

      Rethink the dataset centric, drag and drop approach to GUI design. Support alternative approaches to application design such as MGM/MVC/MVP. Add VCL and tooling support for these practices.

      531 votes
      Vote 0 votes Vote Vote
      Vote
      Sign in
      Check!
      (thinking…)
      Reset
      or sign in with
      • facebook
      • google
        I agree to the terms of service

        You'll receive a confirmation email with a link to create a password (optional).

        Signed in as (Sign out)
        You have left! (?) (thinking…)
      • Improve optimization of generated code

        The Delphi compiler could generate more efficient assembly code if it would do some simple optimizations. Thing to look for : Make better use of the fact that lots of operations already set flags (so a comparison can be avoided). Improve in the register-allocation (don't do "MOV eax, ebx; SHL eax, cx" when eax will be re-used anyway - SHL ebx itself then). Don't emit opcodes that have already been emitted and will give the same result - try to re-use the previous result instead. Etc, etc.

        412 votes
        Vote 0 votes Vote Vote
        Vote
        Sign in
        Check!
        (thinking…)
        Reset
        or sign in with
        • facebook
        • google
          I agree to the terms of service

          You'll receive a confirmation email with a link to create a password (optional).

          Signed in as (Sign out)
          You have left! (?) (thinking…)
        • Future technologies- RIA development

          Rich Internet Application development with Delphi.
          like Adobe Air
          like JavaFX
          like MS Silverlight

          247 votes
          Vote 0 votes Vote Vote
          Vote
          Sign in
          Check!
          (thinking…)
          Reset
          or sign in with
          • facebook
          • google
            I agree to the terms of service

            You'll receive a confirmation email with a link to create a password (optional).

            Signed in as (Sign out)
            You have left! (?) (thinking…)
          • Built in profiler and profiling and resource debugger

            Include an out of the box profiler with resource and memory debugging.

            193 votes
            Vote 0 votes Vote Vote
            Vote
            Sign in
            Check!
            (thinking…)
            Reset
            or sign in with
            • facebook
            • google
              I agree to the terms of service

              You'll receive a confirmation email with a link to create a password (optional).

              Signed in as (Sign out)
              You have left! (?) (thinking…)
            • Support for loading minidumps

              Please, add support for loading/using minidumps. Either in MS's format or invent your own (provide a library to create them).

              This is invaluable for debugging application crashes.

              178 votes
              Vote 0 votes Vote Vote
              Vote
              Sign in
              Check!
              (thinking…)
              Reset
              or sign in with
              • facebook
              • google
                I agree to the terms of service

                You'll receive a confirmation email with a link to create a password (optional).

                Signed in as (Sign out)
                You have left! (?) (thinking…)
              • Support for PostgreSQL

                Include in-the-box support for the PostgreSQL database.

                173 votes
                Vote 0 votes Vote Vote
                Vote
                Sign in
                Check!
                (thinking…)
                Reset
                or sign in with
                • facebook
                • google
                  I agree to the terms of service

                  You'll receive a confirmation email with a link to create a password (optional).

                  Signed in as (Sign out)
                  You have left! (?) (thinking…)
                • An OnAfterShow event

                  Sometimes we need to show various things when a form is shown, like another form, starting a progressbar, the form's OnCreate and OnShow just don't do the work as both are fired before the form is shown, Instead of hacking our way out or using the OnActivate event, an OnAfterShow event would be perfect

                  158 votes
                  Vote 0 votes Vote Vote
                  Vote
                  Sign in
                  Check!
                  (thinking…)
                  Reset
                  or sign in with
                  • facebook
                  • google
                    I agree to the terms of service

                    You'll receive a confirmation email with a link to create a password (optional).

                    Signed in as (Sign out)
                    You have left! (?) (thinking…)
                  • Android support on delphi (not radphp)

                    Android is a new market place. We want to develope android applications on delphi (pascal syntax).

                    144 votes
                    Vote 0 votes Vote Vote
                    Vote
                    Sign in
                    Check!
                    (thinking…)
                    Reset
                    or sign in with
                    • facebook
                    • google
                      I agree to the terms of service

                      You'll receive a confirmation email with a link to create a password (optional).

                      Signed in as (Sign out)
                      You have left! (?) (thinking…)
                    • PDB debug info generation support.

                      To make Visual Studio interop debugging possible ...

                      133 votes
                      Vote 0 votes Vote Vote
                      Vote
                      Sign in
                      Check!
                      (thinking…)
                      Reset
                      or sign in with
                      • facebook
                      • google
                        I agree to the terms of service

                        You'll receive a confirmation email with a link to create a password (optional).

                        Signed in as (Sign out)
                        You have left! (?) (thinking…)
                      • Show hint on disabled controls

                        If a control is disabled (Enable = False) then the mouseover hint is not shown. Add new propertys
                        DisabledHint and ShowDisabledHint .

                        132 votes
                        Vote 0 votes Vote Vote
                        Vote
                        Sign in
                        Check!
                        (thinking…)
                        Reset
                        or sign in with
                        • facebook
                        • google
                          I agree to the terms of service

                          You'll receive a confirmation email with a link to create a password (optional).

                          Signed in as (Sign out)
                          You have left! (?) (thinking…)
                        • "Lock Design" per form

                          I see this as a right click on form, toggle Lock Design, and the form (just that one) could or could not be edited (GUI elements can not be moved, components can not be added, etc...)

                          125 votes
                          Vote 0 votes Vote Vote
                          Vote
                          Sign in
                          Check!
                          (thinking…)
                          Reset
                          or sign in with
                          • facebook
                          • google
                            I agree to the terms of service

                            You'll receive a confirmation email with a link to create a password (optional).

                            Signed in as (Sign out)
                            You have left! (?) (thinking…)
                          • a dependency injection framework.

                            Dependency Injection is getting to be so commonplace -- and so powerful and useful -- that it should become part of the Delphi RTL.

                            120 votes
                            Vote 0 votes Vote Vote
                            Vote
                            Sign in
                            Check!
                            (thinking…)
                            Reset
                            or sign in with
                            • facebook
                            • google
                              I agree to the terms of service

                              You'll receive a confirmation email with a link to create a password (optional).

                              Signed in as (Sign out)
                              You have left! (?) (thinking…)
                            • Lower price tag.

                              The product is really expensive, lower the price tag so new programmers can look at it and see the power of Delphi by themselves. I really love this product but with the price I'm stucked to 2005 version.

                              103 votes
                              Vote 0 votes Vote Vote
                              Vote
                              Sign in
                              Check!
                              (thinking…)
                              Reset
                              or sign in with
                              • facebook
                              • google
                                I agree to the terms of service

                                You'll receive a confirmation email with a link to create a password (optional).

                                Signed in as (Sign out)
                                You have left! (?) (thinking…)
                              • Easy package installation

                                A tool or SDK to make installation of third-party components and packages automated and very easy.

                                DelphiPI did something that makes it a little easier.
                                code.google.com/p/delphipi

                                103 votes
                                Vote 0 votes Vote Vote
                                Vote
                                Sign in
                                Check!
                                (thinking…)
                                Reset
                                or sign in with
                                • facebook
                                • google
                                  I agree to the terms of service

                                  You'll receive a confirmation email with a link to create a password (optional).

                                  Signed in as (Sign out)
                                  You have left! (?) (thinking…)
                                • Better support for Bidirectional user interfaces

                                  Every thing has been said in the following link. http://vcldeveloper.com/news/firemonkey-and-support-for-bi-directional-text/

                                  As stated in the link there is no consistency even in the VCL for how BIDI is handled.

                                  If Firemonkey supported BIDI across the board the VCL issues would not matter for me anymore.

                                  96 votes
                                  Vote 0 votes Vote Vote
                                  Vote
                                  Sign in
                                  Check!
                                  (thinking…)
                                  Reset
                                  or sign in with
                                  • facebook
                                  • google
                                    I agree to the terms of service

                                    You'll receive a confirmation email with a link to create a password (optional).

                                    Signed in as (Sign out)
                                    You have left! (?) (thinking…)
                                  • Multithreaded Compiler

                                    Take advantage of multiple cores by compiling multiple separate units simultaneously.

                                    93 votes
                                    Vote 0 votes Vote Vote
                                    Vote
                                    Sign in
                                    Check!
                                    (thinking…)
                                    Reset
                                    or sign in with
                                    • facebook
                                    • google
                                      I agree to the terms of service

                                      You'll receive a confirmation email with a link to create a password (optional).

                                      Signed in as (Sign out)
                                      You have left! (?) (thinking…)
                                    • more open and documented OTA

                                      More facilities to create Delphi plugins including complete Editors

                                      85 votes
                                      Vote 0 votes Vote Vote
                                      Vote
                                      Sign in
                                      Check!
                                      (thinking…)
                                      Reset
                                      or sign in with
                                      • facebook
                                      • google
                                        I agree to the terms of service

                                        You'll receive a confirmation email with a link to create a password (optional).

                                        Signed in as (Sign out)
                                        You have left! (?) (thinking…)
                                      • Delphi AST generation

                                        Use Delphi parser to generate an abstract syntax tree that can be hooked into. The visitor pattern could be used it iterate over the tree and produce various delphi related tools.
                                        Maybe a design time version of this could be created in the IDE that allows for a RAD approach to tooling.

                                        80 votes
                                        Vote 0 votes Vote Vote
                                        Vote
                                        Sign in
                                        Check!
                                        (thinking…)
                                        Reset
                                        or sign in with
                                        • facebook
                                        • google
                                          I agree to the terms of service

                                          You'll receive a confirmation email with a link to create a password (optional).

                                          Signed in as (Sign out)
                                          You have left! (?) (thinking…)
                                        • Gecko or Webkit tWebbrowser

                                          With Windows 7 not being shipped with IE in Europe; one will quickly need choice for embedding a webbrowser inside a delphi App. IE base only won't cut it!

                                          62 votes
                                          Vote 0 votes Vote Vote
                                          Vote
                                          Sign in
                                          Check!
                                          (thinking…)
                                          Reset
                                          or sign in with
                                          • facebook
                                          • google
                                            I agree to the terms of service

                                            You'll receive a confirmation email with a link to create a password (optional).

                                            Signed in as (Sign out)
                                            You have left! (?) (thinking…)
                                          • Add Undo functionality to forms designer

                                            In the forms designer, CTRL-Z should undo the last selection, move, resize, or change in property editor. Of course, unlimited undos would be even better.

                                            62 votes
                                            Vote 0 votes Vote Vote
                                            Vote
                                            Sign in
                                            Check!
                                            (thinking…)
                                            Reset
                                            or sign in with
                                            • facebook
                                            • google
                                              I agree to the terms of service

                                              You'll receive a confirmation email with a link to create a password (optional).

                                              Signed in as (Sign out)
                                              You have left! (?) (thinking…)
                                            ← Previous 1 3 4 5 6 7
                                          • Don’t see your idea?
                                          • Post a new idea…
                                          • General

                                            Knowledge Base and Helpdesk