Tag Archive for: C++Builder

Bye Bye Embarcadero

Dear developers, My Borland history began in Brazil on December of 1995, had so many chapters (Borland/Inprise/CodeGear/Embarcadero), a new and important chapter started in December of 2006 when I moved to the United States and today this chapter comes to an end. Today is my last day at Embarcadero Technologies. I would like to thank [...]

Read more

Update 4 for Delphi XE2 and C++Builder XE2 is now available

Delphi and C++Builder XE2 Update 4 is a full inline update that requires uninstalling your existing RAD Studio product before installing the update. You can obtain this update in any of the following three ways: Upgrading via the Automatic Upgrade Mechanism Manually Checking for Updates Downloading from the Registered Users Web Page You can see all [...]

Read more

Using Regular Expression on C++Builder FireMonkey Application

Categories:C++Builder, FireMonkeyTags: ,

Here another C++ example showing how to use the RTL regular expression on C++Builder FireMonkey Application. This example  validate a string content based on four different regular expression, which are: Checks if the given text is a validate e-mail address Checks if the given text contains a valid IP address Checks if the given text [...]

Read more

Using dbExpress Framework on Windows and Mac with C++Builder

During the following weeks I’m writing a series of C++ examples to demonstrate the use of VCL, FireMonkey, RTL, dbExpress, and others stuff. Each example will have a major focus, but you will be able to learn other stuffs as well. If there is something specific on C++ you would like to see, please let [...]

Read more

Android apps connected to C++Builder DataSnap Server

Categories:Android, C++BuilderTags: , , ,

As part of the 31 days of RAD Studio XE2 Tutorials, in today’s video I’m showing how you can create DataSnap REST Server in C++Builder, expose server methods and call them from an Android application. The video shows all the steps to create the server and the Android application. This is a short recap of [...]

Read more

It’s time to move on

Categories:C++Builder, DelphiTags: ,

Hi everyone, there are certain things we cannot let go and need to be mention. During the whole year I try to keep my blog posts about software development and other related technologies, but this time I need to mention what is going on here at Embarcadero. Upgrading to Delphi XE2, C++Builder XE2 or RAD [...]

Read more

CopyReaderToClientDataSet, Blob and the message “Feature not implemented”

If you have used the method TDBXDataSetReader.CopyReaderToClientDataSet, you probably came across with the message “Feature not implemented”, this exception occurs because the method CopyReaderToClientDataSet can’t copy Blob fields from the DBXReader to the ClientDataSet. This is no longer a problem, Delphi XE2 Update 2 changed this behavior and now supports Blob text fields when using the CopyReaderToClientDataSet [...]

Read more

Connecting to PostgreSQL through dbExpress ODBC driver

Delphi XE2 and C + + Builder XE2  introduce the new dbExpress ODBC driver, which enable FireMonkey and VCL applications to connect to any database that provides a ODBC driver. In order to show how it works, I created a FireMonkey project sample that connect to a PostgreSQL database. As first step, you must install the PostgreSQL ODBC driver [...]

Read more

Update 2 for Delphi XE2, C++Builder XE2 and RadPHP XE2 available

Categories:C++Builder, Delphi, PHPTags: , ,

The Update 2 for the XE2 release of Delphi, C++Builder and RadPHP are available on the following links. You can download Update 2 for Delphi and C++Builder through the “Check for Updates” option. RAD Studio XE2 Update 2 Update 2 for Delphi, C++Builder and RAD Studio XE2 - http://cc.embarcadero.com/item/28597 Delphi XE2 and C++Builder XE2 ISO (includes [...]

Read more

Trial, Datasheet, Feature Matrix and FAQ for XE2 release available

Is time to buy RAD Studio XE2 products including Delphi XE2, C++Builder XE2, Embarcadero Prism XE2 and RadPHP XE2, all available now from our online stores and available through our partners around the world.   DataSheet Feature Matrix FAQ Trial RAD Studio XE2 PDF PDF Read Download Delphi XE2 PDF PDF Read Download C++Builder XE2 PDF PDF [...]

Read more