Fast, Integrated Design Tool for PC and Development for Modern Apps!

Embarcadero RAD Studio

Join our mailing list

Stay up to date with latest software releases, news, software discounts, deals and more.

Subscribe

Embarcadero RAD Studio 10.4.2

  -  137 MB  -  Trial

Sometimes latest versions of the software can cause issues when installed on older devices or devices running an older version of the operating system. Software makers usually fix these issues but it can take them some time. What you can do in the meantime is to download and install an older version of Embarcadero RAD Studio 10.4.2.


For those interested in downloading the most recent release of Embarcadero RAD Studio or reading our review, simply click here.


All old versions distributed on our website are completely virus-free and available for download at no cost.


We would love to hear from you

If you have any questions or ideas that you want to share with us - head over to our Contact page and let us know. We value your feedback!

  • Embarcadero RAD Studio 10.4.2 Screenshots

    The images below have been resized. Click on them to view the screenshots in full size.

    Embarcadero RAD Studio 10.4.2 Screenshot 1
  • Embarcadero RAD Studio 10.4.2 Screenshot 2
  • Embarcadero RAD Studio 10.4.2 Screenshot 3
  • Embarcadero RAD Studio 10.4.2 Screenshot 4
  • Embarcadero RAD Studio 10.4.2 Screenshot 5

What's new in this version:

- Now in Tokyo Release 3 (10.2.3), mobile device support is included in all Pro Editions of RAD Studio, C++ Builder, and Delphi! Cross-platform application development has never been easier or more accessible than now.
- RAD Studio 10.2.3 provides new C++ capabilities, expands RAD Server support for ExtJS, enhances HighDPI support for VCL, makes quality improvements in FireMonkey(FMX), and more!
- Dark and Light Themes: Whether you like to code at night or during the brightest times of days, RAD Studio's Light and Dark themes have you covered. Dark themes have been reported to reduce eye strain in low light environments, allowing you to work more productively at night. It's easy to toggle between dark and light themes via a toolbar menu.
- Improved Installer: The improved installer UI and license manager UI help you identify the options you need and skip what you don't
- Customizable UI: The IDE's layouts are now even more customizable, with a new layout option for startup and when no files are open
- New Component Icons: Find the components you need at a glance with modernized icons, designed to be clear and recognizable

Create Amazing Cross-Platform Applications:
- 80% of Internet users own a smartphone and access applications and data from both their mobile device and their laptop/desktop, so developing cross-platform applications is more important than ever. Mobile support is now included in all Pro, Enterprise, and Architect editions of RAD Studio, C++ Builder, and Delphi.

FireMonkey (FMX) enables modern cross-platform user interfaces, and now it's even better with these improvements:
- Quick Edit feature allows you to easily edit a control by changing its name, caption, alignment and layout options
- Labels font rendering (when in scrolling containers) an all platforms
- Updated Android Admob mobile support to SDK version 7
- Improvements to the DateEdit control, the TrackBar control on Windows, the SpinBox's OnChange event, Viewport3D control rendering on Android and Treeview items display
- Improved Exception handling on macOS High Sierra 10.13.2
- New FMX UI Templates for macOS and Android to make your apps look amazing! These UI screens cover the key UI paradigms that mobile application developers need in today's applications. The GUI templates are available for download in GetIt and include multiple UI designs for login screens, sign-up screens, profile screens, settings screens and more.

What's New in C++:
- Rename Refactoring. C++ Rename Refactoring in 10.2 Tokyo Release 3 allows you to right-click an identifier in your code, and quickly rename it throughout your project to improve code readability, reduce errors when renaming, and decrease effort to maintain the project.
- 10.2.3 contains the core of a new C++ IDE tooling capability that stores an AST for your project - symbols, code structure, and more, and this is used for Find References and Rename Refactoring.
- CMake Commandline Support. In 10.2.3, we provide support for building CMake projects on the command line using our compilers. We also specifically support using Ninja with CMake, allowing for very fast parallel builds. This will allow you to easily build third-party libraries without converting them to a C++Builder project. You can also use Ninja for improved build times. CMake supports our Clang-enhanced compilers, and for Win32 uses the new Clang-enhanced driver, bcc32x. CMake command line support is provided for Windows, Android and iOS.
- New bcc32x Compiler Frontend. The existing Win32 Clang-enhanced compiler, bcc32c, which remains in C++Builder, shares a common command line interface with the classic bcc32 compiler. This is a great upgrade path, but meant that all of the Clang-enhanced compilers shared a common command-line interface except for Win32 (bcc32c). The new bcc32x is exactly the same as bcc32c, except that it shares a common command line interface with bcc64, bccios32, bccios64, and bccaarm, adding full consistency across our current-gen compilers.

VCL Enhancements:
RAD Studio 10.2.3 enhances support for HighDPI, improves rendering for certain controls and adds improvements to VCL Styles:
- Enhanced HighDPI Support
- Improved VCL styles for ComboBox scrollbars, Popup menu items, controls on a DBCtrlGrid, StatusBar grip, tab sheet images, date-time picker control and accelerator keys in menus
- Improved control rendering for MonthCalendar, GridPanel scaling and DBGrid scaling

Deploy Services Based Applications with RAD Server:
- RAD Studio 10.2 added multi-tenancy support
- A single RAD Server instance with a single RAD Server database connection can now support multiple isolated tenants
- Each tenant has a unique set of RAD Server resources including Users, Groups, Installations, Edge Modules, and other data
- Tenant Administration: Create new tenants, edit existing ones, add, edit or delete tenants
- NEW in 10.2.2! Enterprise and Architect editions now include a single server/single site deployment license for RAD Server ($5000 value)
- NEW in 10.2.3! Expanded RAD Server support for Ext JS client. It's now easier to configure your system for testing a local deployment of a solution with an HTML and JavaScript frontend (including, of course, an Ext JS solution) and a web service powered by RAD Server REST support.

Delphi Linux Compiler:
- Starting in RAD Studio 10.2, the Delphi IDE includes its first LLVM based Linux compiler for enterprise development, enabling Delphi developers to target 64-bit Intel Linux servers and devices. The Linux compiler is certified for Ubuntu Server (LTS 16.04) and RedHat Enterprise (V7) and is built on top of the LLVM engine. ARC is enabled for effective memory management, while to ensure compatibility with code written for Windows Server, one based strings are used by default.

The new Linux compiler includes:
- Full File System support
- Threads and Parallel Programming Library
- FireDAC database access support (for most Linux compatible databases).
- WebBroker, EMS (RAD Server), and DataSnap
- DUnitX

New and improved database capabilities:
- InterBase 2017/ IBToGo 2017 in RAD Studio. InterBase 2017 Developer edition replaces InterBase XE7, which was installed until version 10.2.2. Since we're now including InterBase 2017 as part of the main install, we have disabled the separate download from GetIt available in previous 10.2 versions. The InterBase 2017 Developer license was already included in 10.2.
- DataSnap improvements. Improvements include TDSServer OnError triggering, DSClient connection on C++, Apache Datasnap server methods with JSON parameters and removal of memory leaks in TCP configuration.
- RAD Server has improvements in CORS support and Linux / Apache stability
- FireDAC fixes to TFDQuery.OpenOrExecute, PostgreSQL DirectExecute, BatchMove support for CVS files on mobile, TFDDataSet.PSUpdateRecord and other FDBatchMove improvements

Join our mailing list

Stay up to date with latest software releases, news, software discounts, deals and more.

Subscribe