Tag Archive for: FireMonkey

FireMonkey 3D Text Editor

Categories:DelphiTags: , ,

If you want to learn more about FireMonkey 3D applications, join me on February 14th for the Delphi Birthday Celebration webinar. During this webinar we will have several Delphi experts and members of our R&D team showing great technologies using Delphi. I will be there as well showing something that I have been working for a [...]

Read more

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

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

Creating XML files with Delphi and FireMonkey on Mac

Categories:DelphiTags: ,

I got some questions about how to manipulate XML files in FireMonkey applications when running on Mac. One of the solution for that is to use the Mac API (Cocoa), there are several class and different ways to work with XML on Mac, in this post I’m going to show one way to create an [...]

Read more

Video: Delphi XE2 and FireMonkey app on Windows, Mac and iOS

Categories:DelphiTags: , ,

After the RAD Studio XE2 World Tour first stop in New Zealand, you see all over internet great comments about Delphi XE2 and FireMonkey support for iOS, beyond Windows 64-bit and Mac. I know you are curious to see all of the great stuffs coming on RAD Studio XE2 and to give you an idea; [...]

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