Tag Archive for: C++Builder

Using Regular Expression on C++Builder FireMonkey Application

Categories:C++BuilderTags: , ,

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 fields when using the CopyReaderToClientDataSet method. [...]

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

A little bit about FireMonkey and Delphi XE2

Categories:DelphiTags: , ,

FireMonkey is going to be a whole new world of possibilities for Delphi and C++Builder developers. The platform itself is flexible, customizable and multi-platform, all components behave the same on Windows and Mac. In this post I will give you a general idea of some very powerful concepts related with components in FireMonkey, during the RAD Studio [...]

Read more

RAD Studio XE2 a new era for Delphi and C++Builder Developers

Categories:EventsTags: , , ,

RAD Studio XE2 is coming and together comes the XE2 release for Delphi, C++Builder, RadPHP and Prism, in order to show all of the great features coming, this week we are starting the RAD Studio XE2 World Tour, you can check the list of countries part of the World Tour and make your registration. This [...]

Read more