Top "Delphi-xe2" questions

Delphi XE2 is a specific version of Delphi.

change dbgrid options at runtime

I want to change the DBGrid.Option.I found the following code: DBGrid.Options:=DBGrid.Options + [dgEditing]; DBGrid.Options:=[dgEditing]; …

delphi delphi-xe2 dbgrid
Opening Delphi project files - Any downside of opening DPR instead of existing DPROJ file?

By default, the file extension descriptions for .DPR and .DPROJ are the same, so in Explorer when opening a project …

delphi delphi-xe2
Using Indy 10 IdHTTP with TLS 1.2

Im using Delphi XE2 with Indy 10.5.8.0 Currently i need to change a connection to one of our server to use …

delphi ssl delphi-xe2 indy10 tls1.2
Delphi XE2 Firemonkey sample app not running on a MAC

I am trying to run a sample Firemonkey app on a Mac, but I am getting this message in the …

macos delphi delphi-xe2 firemonkey
How I can change the color of a TPanel with the VCL Styles enabled?

I need to change the color of a TPanel when the VCL styles are enabled. I tried using and modifying …

delphi delphi-xe2 vcl-styles
How to terminate anonymous threads in Delphi on application close?

I have a Delphi application which spawns 6 anonymous threads upon some TTimer.OnTimer event. If I close the application from …

multithreading delphi delphi-xe2 anonymous terminate
DCC Hint: H2161 Warning: Duplicate resource: Type 24 (user-defined), ID 1; File resource ... kept; file ...\WindowsXP.res resource discarded

Get the following error while linking my project in Delphi XE2. Recreating of .dproj file doesn't help. [DCC Hint] H2161 …

delphi delphi-xe2
Why am I getting RichEdit line insertion error when I call Delete in OnChange event?

I've googled and checked many places for a solution, but all cases I found differed or involved something more advanced …

delphi delphi-xe2 richedit
Get HTML Source from Chromium Embedded

How to do this with Delphi Chromium Embedded Component i know how to do this with TWebBrowser. But since no …

delphi google-chrome delphi-xe2 tchromium
Parsing JSON into TListBox

Good evening guys! I'm currently trying to put together a CloudFlare client for the desktop. I've connected to their API …

json delphi delphi-xe2 firemonkey cloudflare