Read & Write Reviews About The Tools You Use.
Sign up for free to start sharing your opinion today!

RAD Studio


Company: Embarcadero

Average User Rating (2 reviews)

If this is your product, you can request to edit it here.


User Reviews
Share:


    Version Reviewing: Berlin 10.1

    "Totally RAD"

    by WarmBooter on May 12, 2018 6:02 AM

    Summary:
    RAD Studio/Delphi is still the best (true) RAD (Rapid Application Development) IDE. You can do everything you want using Delphi, from games, graphics tools, to commercial applications, database applications, ERPs, Web applications, etc. Not to mention the fact that it can generate desktop (Windows and Mac) and mobile applications (iOS and Android), using the same code base (written in Pascal or C/C++)! When Delphi was released in the 90's, it revolutionized the Windows applications development. Since them, the tool evolved at every new release, without loosing its RAD capabilities. Windows applications are compiled to native code, meaning you can get really fast executable. RAD Studio talks to almost any database on the market, and the number of third party components available is huge. If you need a tool that will allow you to code good applications in the shortest time, look no further!

    Report post

    Was this review helpful? (0) (0)

    add a comment


    Version Reviewing: 10.1 Berlin

    "RAD Studio™ is the fastest way to develop cross-platform Native Apps with flexible Cloud services and broad IoT connectivity."

    by davidi on Oct 28, 2016 1:52 PM

    Summary:
    RAD Studio™ is the fastest way to develop cross-platform Native Apps with flexible Cloud services and broad IoT connectivity. It provides powerful VCL controls for Windows 10 and enables FMX development for Windows, Mac and Mobile. RAD Studio supports Delphi or C++ with a wide array of services for Enterprise Strong Development™. Look for increased memory for large projects, extended multi-monitor support, improved Object Inspector and much more. RAD Studio delivers 5x the speed of development and deployment across multiple desktop, mobile, cloud and database platforms including 32-bit and 64-bit Windows 10.

    Report post

    Was this review helpful? (0) (0)

    add a comment


Write a Review


Must be registered to add and review tools.

Have an account?
  
  
Forgot Password?

New to DevMetric?


Write Reviews

Share your opinion about the tools you use.

Join the Evans Data Developer Panel!

As a DevNet panelist you will:

1. Have your voice heard on hot topics, innovative technologies and key initiatives.
2. Receive points for every validated survey submission.
3. Redeem award points for cash.

SOLVE THIS CODE

What does this code do?

public class Demo { 
    public void method1() { 
        synchronized (String.class) { 
            System.out.println("on String.class object");       
            synchronized (Integer.class) { 
                System.out.println("on Integer.class object"); 
            } 
        } 
    }

Programming Language: Java

Newsletter

Get weekly reviews sent directly to your inbox!