SKU: N/A

RAD Studio – Affordable IDE for modern apps

RAD Studio in Romania este prezentat exclusi de Dimensional Data. Versiune actuală – 12 Athens!

RAD Studio este un mediu de dezvoltare (IDE) pentru limbajele de programare C++ și Delphi, oferind mai multe funcționalități importante: single codebase pentru dezvoltarea rapidă a aplicațiilor moderne cross-platform.

RAD Studio Vă sprijină pe parcursul întregului ciclu de dezvoltare a aplicațiilor Dvs – oferind instrumente pentru design și pentru dezvoltarea single source-code, care poate fi compilată în aplicații pentru diferite platforme: Windows, Andoid, iOS, modile, Linux etc.

În cazul în care sunteți interesați de IDE RAD Studio sau planificați achiziția, Dimensional Data este partenerul oficial și oferă prețuri mai avantajoase de cât cele indicate pe situl oficial – solicitați oferta prin formularul de mai jos, e-mail sau Messenger pentru a Vă convinge.

Tags: , , ,
Clear
Solicitare ofertă

Description

Programatorii si echipele de programatori scriu source code mai bine si mai rapid folosind practicile moderne OOP si mediul de dezvoltare (IDE) RAD Studio in Romania. Nu mai trebuie sa asteptați compilari indelungate deoarece  compilatoarele sunt bine optimizate pentru fiecare platforma. Puteți alege unul dintre doua limbaje de programare puternice (Delphi sau C++) si puteți personaliza mediul de dezvoltare (IDE) conform stilului Dvs de programare. Code Insight™ completeaza automat codul in timp ce il scrii conform codului scris anterior si a librariilor utilizate. Benficiaza de VCL designer, Agile refactoring si Live Templates si poate fi integrat cu Git, Subversion si Mercurial.

RAD Studio creeaza interefete de utilizator pentru Windows, macOS, iOS si Android folosind fremwork-ul VLC pentru Windows si FireMonkey (FMX) pentru interfete de utilizator cross-platform. Puteți crea  un singur data layout principal al intefeței care apoi se poate modifica usor pentru o anumită platforma sau dispozitiv – oferă vizualizare specifică fara continut duplicat sau efort suplimentar. Componentele vizuale si non-vizuale pot fi adaugate cu Drag and Drop. Functia Live On-Device Preview ofera validare in timp real si vizualizarea aplicatiei pe diferite dispozitive. Elementele create asfel se modifica in functie de rezolutia ecranului utilizatorului.

RAD Studio in Romania design beautiful interface

Acum orice companie software sau start-up din Romania poate apela pentru o consulatre în ce privește modul de licențiere si funcționalități disponibile în cea mai recentă versiune – 12 Athens. RAD Studio in Romania este disponibil prin Dimensional Data, partener specializat în soluții IDE si tool-uri pentru companii software.

Rezolvați rapid toate erorile cu compilarea cross-platform. Folosind mediul de dezvoltare (IDE) RAD Studio, puteți compila aplicatii pe Windows, macOS, iOS, Android si Linux. Acesta adauga breakpoints pentru a intrerupe rapid executia programului intr-o anumita locatie sau atunci cand apare o anumita conditie. Puteți vedea intregul Call Stack si urmari cum a ajuns in locatia curenta. Puteți verifica valoarea curenta a variabilelor atunci cand programul s-a oprit in timpul compilarii.

Dezvoltând cu ajutorul RAD Studio aplicatii moderne pentru desktop si dispozitove mobile care ruleaza pe Windows, macOS, iOS, Android si Linux – acestea pot fi adaugate cu ușurință in Windows Store (folosind Desktop bridge), Apple App Store si Google Play Store. RAD Studio defineste fisierele de implementat in functie de platforma si construieste configuratia. Programatorii pot identifica in cadrul proiectului fisierele pe care urmeaza sa le implementeze, in functie de platforma aleasa (ex. Windows, macOS, Android, iOS, Linux) si pot crea configuratii (ex Debug sau Release). PA Server combina fisierele definite pentru implementare si le combina intr-o singura instanta a aplicatiei.

Rad Studio include multe funcționalități care ajuta la aplicarea celor mai bune practici pentru programare si reduce conținutul duplicat. Creeaza cod de calitate folosind librariile cross-platform optimizate și testate. Creați unități de testare pentru intreg codul folosind framework-urile DUnit si DUnitX.

Functiile pentru colaborare RAD Studio si caracteristicile pentru controlul versiunii Vă ajuta sa creați produse mai bune, rapid, indiferent daca lucrați singur sau în cadrul unei echipe de programatori. Colaborarea inseamna intelegerea mai buna a codului, testarea avansata si produse mai bune.

RAD Studio include sute de elemente utilie în procesul de coding, de la crearea de interfete pentru utilizator la conectarea la baza de date, făcand simplu si rapid construirea aplicatiilor business pentru desktop si dispozitive mobile. Pe langa VCL si FireMonkey, o gama larga de componente sunt disponibile din comunitatea Delphi si  C++Builder.

Mai multe informații despre ce este nou în ultima versiune 12 Athens se paote de aflat pe pagina oficială

Additional information

Editia

Professional, Enterprise, Architect

What's NEW

KEY RAD STUDIO 10.4 FEATURES

Version 10.4 brings significant improvements for Windows 10 VCL (Visual Component Library) desktop development, Delphi multi-device development and C++ Windows development, and developer productivity, optimizing application performance while reducing the time developers spend building and maintaining code.

New in 10.4:

  • Major Delphi Code Insight improvements
  • New Delphi language features
  • Unified Memory Management across all supported platforms for Delphi and C++
  • New VCL Components, Per-Control Styling, High DPI Styles and more
  • Enhanced Delphi multi-device platform support
  • Many database enhancements
  • Unified installer for online & offline installations
  • IDE usability and performance enhancements
  • New debugger for Windows 64-bit for C++
  • C++ toolchain performance and quality improvements
  • Expanded C++ libraries support
  • Enhanced CMake for C++ features and compatibility with other toolchains
  • Over 1,000 quality and performance improvements

Please watch “What’s New in 10.4” Video:
https://www.youtube.com/watch?v=cRWWzd_yaig

What’s New in 10.4 Product Page:
https://www.embarcadero.com/products/rad-studio/whats-new-in-10-4-sydney

RAD STUDIO 10.4 – WHAT´S NEW IN DETAIL

The RAD Studio 10.4 Sydney release contains the following new and improved features.

NEW DELPHI FEATURES

Major Delphi Code Insight Improvements

The largest and best improvement to Delphi’s code tooling in many years, RAD Studio 10.4 provides Code Insight using a Delphi implementation of the Language Server Protocol (LSP). LSP is a technique for calculating results for code completion, navigation, or similar in a separate process. This means that the IDE will never block while completing and Code Insight will provide accurate results. 10.4 provides a much enhanced developer productivity experience when working with large projects with millions of lines of code.

New Language Feature for Delphi: Custom Managed Records

A key language addition to the Delphi language, the Delphi record type now supports custom initialization, finalization, and copy operations. Developers now have the ability to customize how records get created, copied, and destroyed, by writing the code to be executed at the various steps. This adds additional power to records in Delphi, a construct used to achieve better efficiency compared to classes.

Unified Memory Management

  • Delphi memory management is now unified across all supported platforms – mobile, desktop, and server – using the classic implementation of object memory management. Compared to Automatic Reference Counting (ARC), this offers better compatibility with existing code and simpler coding for components, libraries, and end-user applications. The ARC model remains for string management and interface type references for all platforms.
  • For C++, this change means that the creation and deletion of Delphi-style classes in C++ follow normal memory management just like any heap-allocated C++ class, significantly reducing complexity.

NEW C++ BUILDER FEATURES

Expanded C++ libraries support

In 10.4, we’ve ported numerous popular C++ libraries to C++Builder, providing optimized support for use within C++Builder. This includes libraries such as ZeroMQ, SDL2, SOCI, libSIMDpp, and Nematode, as well as others already supported such as Eigen, available for download through the GetIt Package Manager.

Win 64-Debugging and Linker for C++

10.4 introduces a new debugger for Windows 64-bit for C++. Based on LLDB, this debugger introduces significant stability improvements when debugging 64-bit applications, as well as a key new feature assisting evaluating and inspecting types like C++ and Delphi strings plus STL collections including std::vector and std::map, and more. In addition, the debug information generated for an app uses a different debug format. The end result is a more stable, featureful debugging experience, and much more powerful inspection and evaluation at debug-time.

Toolchain performance and quality improvements

  • A large number of STL improvements from Dinkumware
  • Several key RTL methods and areas improved, based on work done to improve compatibility with common C++ libraries
  • Several improvements to CMake support
  • A large number of quality and stability improvements

NEW VCL WINDOWS FEATURES

VCL Style Changes for High DPI

  • In 10.4, the VCL Styles architecture has been significantly extended to support High DPI and 4K monitors. All UI controls on the VCL form are now automatically scaled for the proper resolution of the monitor the form is displayed on.
  • The style API has been fully revised to support high DPI styles. Each UI element can be selected from a library of multi-scale versions and scaled to any DPI, resulting in crisp UI elements on all monitors.

New High DPI Styles

We have updated a large number of our built-in and premium VCL styles to provide support for the new High-DPI style mode, letting you design visually stunning applications for any monitor.

VCL Per Control Styling

VCL developers can now use multiple VCL styles in different forms within a single application or even different visual controls that are on the same form. This also includes support for styling any element using the default platform theme. Besides allowing more flexibility in styling, this also enables you to use third-party unstyled controls within a styled VCL application.

New VCL Component: Edge Browser Control

  • 10.4 includes a new VCL web browser component, TEdgeBrowser, that uses Microsoft’s new Edge WebView2 based on Chromium. This offers a much more modern HTML engine and a secure one, compared to the old TWebBrowser based on Internet Explorer.
  • Moreover, the classic TWebBrowser component has been extended, allowing browser controls in an existing application to use either the existing Internet Explorer or Edge browsers for display, depending which browser is available on the system.

New VCL Component: TTitleBarPanel and Custom Title Bars

The new TTitleBarPanel control and TForm.CustomTitleBar property allow you to customize a VCL form’s native Windows title bar. You can place VCL controls on the Windows title bar, control the default painting of elements such as the window icon and caption, add new custom system buttons near the Minimize, Maximise and Close buttons, or even custom paint the title bar entirely. This enables you to build modern enhanced title bars, similar to Office, Explorer, Google Chrome, or other applications.

New VCL Component: Image Component with Multi-Resolution Support

There is a new TVirtualImage component that supports multiple resolutions and DPI scaling, allowing you to gain high-quality image scaling and display by replacing the classic TImage component.

Windows API Updates

We enhanced many API declarations and added additional ones, to further improve the great platform integration RAD Studio offers.

KEY FIREMONKEY PLATFORM ENHANCEMENTS

Metal Driver GPU Support for macOS and iOS:On the macOS platform (Delphi), you can now build applications against the Metal API, rather than the old Quartz API and OpenGL (deprecated by Apple). FireMonkey Metal support offers a smooth migration to future requirements and better performance for screen rendering. In 10.4, we also added support for the Metal API on iOS (Delphi and C++Builder).

In addition to supporting the latest iOS SDK, developers using RAD Studio 10.4 can also address Apple’s new launch screen storyboard requirement through built-in IDE support.

This release includes a new FMX implementation for the styled TMemo component on the Windows platform, offering better support for IME and additional enhancements.

Enterprise and Architect Edition customers can take advantage of FMXLinux integration for building Linux GUI applications.

The TWebBrowser control for iOS is now implemented using the WKWebView API

The macOS implementation of Media Player control now used AVFoundation

Developers using the FireMonkey framework can target the latest versions of the supported operating systems.


KEY RUN-TIME LIBRARY ENHANCEMENTS

Enhanced Parallel Programming Library Support: The Parallel Programming Library (PPL) gives your applications the ability to have tasks running in parallel in modern multi-core CPUs. In 10.4, we’ve made numerous performance and stability enhancements to our PPL library.

In 10.4, we have made some general enhancements to the FireDAC database access library and also updated the drivers for FireBird, PostgreSQL, and SQLite. For the SQLite embedded database, we now offer the ability to choose between static or dynamic linking.

We have expanded our HTTP and REST Client libraries with additional HTTPS features and also expanded our support for Amazon AWS services.

LiveBindings Performance and Features Enhancements

  • 10.4, we’ve made many enhancements to the Visual LiveBindings architecture and implementation for both VCL and FireMonkey applications, with a particular focus on performance. As a result, some of the LiveBindings operations are an order of magnitude faster.
  • Additional improvements include the ability for VCL and FMX controls bound to a TDataSet to automatically adapt to associated TField properties, like DisplayWidth, Alignment, and EditMask.

KEY IDE ENHANCEMENTS

GetIt Package Manager Enhancements

  • The GetIt Package Manager in the IDE includes significant enhancements in 10.4. This includes displaying release dates for each package with the ability to sort them by release date; new filtering options for installed packages, exclusive content available for update subscription customers, packages for which updates are available; and more.

Unified Installer for Online & Offline installations

  • In 10.4, we’re introducing a unified installer using our GetIt installer technology. This provides a single installer that supports both online (internet connected) installations and offline installations (via an ISO). Now both online and offline installations allow you to select an initial set of RAD Studio features to install, such as support for specific combinations of programming languages and target platforms, language support, or help resources, and add or remove them at any time.

The code editor has several productivity improvements, including new settings such as file codepage and font size on the editor status bar.

The IDE and key dialogs use the new TCustomTitleBar control to implement search and settings on the title bar, enabling native look and feel and Windows DWM behavior.

System Requirements

RAD Studio 10.4 Sydney System Requirements

Minimum Hardware Requirements
-1.6 GHz or faster processor
-2 GB of RAM
-Between 6 GB and 60 GB of available disk space.
-DirectX 11 capable video card that runs at 1024×768 or higher resolution

Operating System Requirements
-Windows 10
-Windows 8 and 8.1
-Windows 7 SP1

You can also install Delphi on a virtual machine running one of the supported versions of Windows in a non-Windows environment (e.g., macOS). To develop FireMonkey projects, your virtualization software must provide direct access to the host GPU.

Requirements for Supported Target Platforms

64-bit Windows – PCs and tablets with Intel/AMD processors running any of the following versions of Windows
-Windows 7 (SP1+)
-Windows 8.1
-Windows 10
-Windows Server 2012
-Windows Server 2016
A 64-bit PC or a 32-bit PC connected to a 64-bit PC.

OS X – An Intel-based Mac with more than 2 GiB of RAM running any of the following versions of OS X:
-OS X 10.12 Sierra
-OS X 10.13 High Sierra
-OS X 10.14 Mojave
-OS X 10.15 Catalina

iOS – An iOS device running any of the following versions of iOS:
-iOS 10
-iOS 11
-iOS 12
-iOS 13
All requirements for macOS support.
Xcode, version 10.12 or later.
Membership in the Apple Developer Program.

Android – An Android device that runs on an ARMv7 processor with NEON support.
A 64-bit version of Windows for development.
Android phones and tablets running any of the following versions of Android:
-Lollipop (5.1)
-Marshmallow (6)
-Nougat (7)
-Oreo (8)
-Pie (9)
-Android (10)

The JRE is installed automatically if you choose to install support for the Android target platform.

Linux (Delphi only) – 64-bit Linux running any of the following distributions:
Ubuntu Server (Ubuntu 14.04 LTS)
Ubuntu Server (Ubuntu 16.04 LTS)
Ubuntu Server (Ubuntu 18.04 LTS)
RedHat Enterprise Linux (version 7)

The RAD Studio installation includes some additional software. RAD Studio also allows you to install other additional software after the installation. For details about RAD Studio additional software, see Third Party Software Add-Ins.

Optiuni de licențiere

Embarcadero_Rad_Studio_Romania_editions_matris_10.4

Reviews

There are no reviews yet.

Be the first to review “RAD Studio – Affordable IDE for modern apps”

Your email address will not be published. Required fields are marked *