Top "Delphi-xe2" questions

Delphi XE2 is a specific version of Delphi.

Delphi XE2: Fail using dcc32.exe to compile a simple program

After install Delphi XE2, I try command line compiler dcc32.exe to compile a simple program: program test; uses SysUtils; …

delphi delphi-xe2 dcc32
Opening TWebBrowser link in default browser

My application displays a small banner loaded from the web in a TWebBrowser control. This banner is actually a HTML …

delphi browser webbrowser-control delphi-xe2 banner
How do I parse a web URL?

I need to be able to break a URL down into different segments. Take this path for example: http://login:…

delphi parsing url delphi-xe2
Is there any Delphi XE2 styles gallery?

In XE2 there is a new function : 'styles', for VCL(.vsf) and Firemonkey (.styles), and some are provided in C:\…

delphi delphi-xe2 vcl firemonkey vcl-styles
Converting Delphi 7 property editor to Delphi XE2

First of all, I have never written a property editor from scratch, but had some help with one in another …

delphi delphi-7 delphi-xe2 custom-component propertyeditor
Delphi XE2: Possible to instantiate a FireMonkey Form in VCL application?

Prior to Delphi XE2, we have VCL only to create GUI apps. Delphi XE2 states that: Caution: FireMonkey (FMX) and …

delphi vcl delphi-xe2 firemonkey
How to loop through records on a cxgrid - Delphi xe2

How do you loop through a cxgrids records? i.e. make delphi program go through/check each record in the …

delphi delphi-xe2 tcxgrid
Using barcode scanner with Delphi

I'm developing a POS (pet project) and I'm thinking of adding a bar code scanner to capture the sales faster. …

delphi delphi-xe2 barcode-scanner point-of-sale keypreview
Can I check the Indy version installed?

I need to use the latest Indy component library version. Can I get the library version by some source code …

delphi delphi-xe2 indy
Style properties for TDateTimePicker

A TDateTime picker is a ComboBox where the drop-down list is replaced with a calendar. I use XE2 VCL Styles …

delphi delphi-xe2 vcl-styles