Delphi XE2 is a specific version of Delphi.
I want to change the DBGrid.Option.I found the following code: DBGrid.Options:=DBGrid.Options + [dgEditing]; DBGrid.Options:=[dgEditing]; …
delphi delphi-xe2 dbgridBy default, the file extension descriptions for .DPR and .DPROJ are the same, so in Explorer when opening a project …
delphi delphi-xe2Im 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.2I am trying to run a sample Firemonkey app on a Mac, but I am getting this message in the …
macos delphi delphi-xe2 firemonkeyI need to change the color of a TPanel when the VCL styles are enabled. I tried using and modifying …
delphi delphi-xe2 vcl-stylesI 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 terminateGet the following error while linking my project in Delphi XE2. Recreating of .dproj file doesn't help. [DCC Hint] H2161 …
delphi delphi-xe2I've googled and checked many places for a solution, but all cases I found differed or involved something more advanced …
delphi delphi-xe2 richeditHow to do this with Delphi Chromium Embedded Component i know how to do this with TWebBrowser. But since no …
delphi google-chrome delphi-xe2 tchromiumGood 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