Have an amazing solution built in RAD Studio? Let us know. Looking for discounts? Visit our Special Offers page!
News

InterBase and Python

Author: Gabe Goldfield Install PyDev using the Eclipse IDE The instructions for installing PyDev are here:http://www.pydev.org/manual_101_install.html In the Eclipse IDE I chose Help > Install Updates and Entered the URL for PyDev Install Python3.4 I chose the Windows x86 .msi installer from here https://www.python.org/downloads/release/python-342/ and installed to…
Read more
News

JEDI libraries now in GetIt Package Manager

Author: Luis Navarro Hello. I’m very pleased to announce that the popular JEDI libraries are now available in the GetIt Package Manager catalog. For those who don’t know these libraries, the JEDI Code Library (JCL) consists of a set of thoroughly tested and fully documented utility functions and non-visual classes which can be instantly reused in your Delphi and C++…
Read more
C++

Creating a custom button style with RAD Studio 10 Seattle

In RAD Studio 10 Seattle, we made many enhancements to the integrated style designer in the IDE. In today’s post, I thought I would cover the steps for creating your own custom button style using RAD Studio 10 Seattle. Follow the steps below to create your own custom…
C++

Using the new Windows 10 TMultiView mode in your FireMonkey applications

TMultiView is a smart menu component for FireMonkey applications that makes it really easy to create app navigation that automatically adjusts itself depending on form factor, orientation and target platform. TMultiView is a container component which means that you can parent many different components to it, such as a top aligned TToolbar or a client aligned TListview. Depending on device and…
Read more
News

New per-DPI awareness in VCL applications

Author: Luis Navarro In RAD Studio 10 Seattle, we’ve added per-DPI awareness in the VCL. This means that, when moving a form from one monitor to another one that has different DPI, the VCL form and the controls will be rescaled according to the new DPI, with no…
News

Setting up Oracle for Embarcadero ER/Studio - Part 2

Author: Anil TexasCowboy Howdy! Welcome to the next installment of the series. In today’s series, we will explore the options for Oracle Client Setup needed for ER/Studio. Install the clients needed for your environments. Reboot after installation. [Verifying Environment Variables] 1) Navigate to the Environment Variables Path. For more information on how to do it, check…
Read more
C++CodeIDERAD Studio

What Are The Container Adapters in Modern C++?

Hello developers, here we will explain the container adapters. Before I get into that, as a C++ Builder developer, I should say that these past few weeks have made me so happy that we released the new…

IN THE ARTICLES