Delphi XE2 is a specific version of Delphi.
After install Delphi XE2, I try command line compiler dcc32.exe to compile a simple program: program test; uses SysUtils; …
delphi delphi-xe2 dcc32My 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 bannerI need to be able to break a URL down into different segments. Take this path for example: http://login:…
delphi parsing url delphi-xe2In 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-stylesFirst 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 propertyeditorPrior to Delphi XE2, we have VCL only to create GUI apps. Delphi XE2 states that: Caution: FireMonkey (FMX) and …
delphi vcl delphi-xe2 firemonkeyHow do you loop through a cxgrids records? i.e. make delphi program go through/check each record in the …
delphi delphi-xe2 tcxgridI'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 keypreviewI need to use the latest Indy component library version. Can I get the library version by some source code …
delphi delphi-xe2 indyA 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