DelphiRAD Studio

5 Of The Top Reasons Why You Should Use APIs

An Application Programmable Interface or API allows two applications to interact with each other using the API as a bridge or intermediary. If you are not familiar with how to integrate an API then you may be spending a lot of time unnecessarily writing a lot of code from scratch. In other words, you may be working too hard! So what’s the catch? An IDE Software may help you to lessen the…
Read more
News

Native Windows is Back to Center Stage

With the demise of UWP, native development has reclaimed its place as the primary Windows development model after 20 years (given we had .NET in between). Delphi excels at native programming, so this is fantastic news for us. Several announcements from Microsoft in recent…
News

RAD Studio 11 Alexandria Patch 1 Available

Today Embarcadero released a patch for RAD Studio, Delphi, and C++Builder 11 Alexandria. The patch addresses a few relevant issues in the most recent release and is available to active update subscription customers in the GetIt Package Manager (with a matching alert showing up in the new IDE Welcome Page) or on the my.embarcadero.com download site. Installing this patch is recommended for all RAD…
Read more
News

The New RAD Server Lite (RSLite) in RAD Studio 11

We announced the availability of a new option to deploy and license RAD Server as part of the RAD Studio 11 Alexandria release, with the goal of simplifying deployment for installations that do not require a large number of REST requests. What is RAD Server? Before I get to…
C++Code

What Are C++ Live Data Bindings, Charts And Vectors?

Hello C++ Developers, C++ Builder has a lot of specific great features for handling and linking to data as well as different ways to visualize what you’ve retrieved. You can use visual bindings on the standard components or you can use it with data components as a…
CodeDelphiRAD Studio

How To Build A Powerful Real-Time Stock Market App

Wouldn’t it be nice to have Stock Market Data in Real-Time, Intraday & Historical Market information for your business and be able to instantly retrieve up-to-date data for any ticker down to the minute, request intraday quotes, or search 30+ years of accurate historical market data? The stockmarket API is capable of delivering accurate data for 170,000+ worldwide stock tickers, from more…
Read more
News

Announcing the Availability of RAD Studio 11 Alexandria

Embarcadero is pleased to announce the release of Delphi 11, C++Builder 11 and RAD Studio 11. RAD Studio 11 Alexandria builds on the feature set of the 10.4 releases and offers many new features, including an improved user experience with a High DPI IDE.  In this blog post…
CodeDelphiRAD Studio

What You Need To Add Language Detection To Your Apps

Wouldn’t it be nice to enhance your app with automatic language detection support for 173 languages? The Languagelayer is a simple and powerful REST API built to efficiently match the text of any length to its corresponding language, cross-referencing single words, expressions, and grammatical constructions, as well as taking into account any existing accents, dialects, and other linguistic…
Read more