Top "Delphi-xe2" questions

Delphi XE2 is a specific version of Delphi.

Why does CreateProcess give error 193 (%1 is not a valid Win32 app)

The code below fails to start documents. I get error 193 (%1 is not a valid Win32 app). Starting executables work fine. …

windows delphi winapi delphi-xe2 delphi-2007
Using Case Statement with String

Say i have a string 'SomeName' and wanted the values return in a case statement. Can this bedone? Can strings …

delphi delphi-xe2
Delphi VCL styles tutorial - how to change the style at runtime

Is there a good VCL Styles tutorial where we see how to dynamically (in run time) load/change the style ? …

delphi delphi-xe2 vcl-styles
Could not convert variant of type (Null) into type (OleStr)

Do you know why the block of code bellow will negate the "Could not convert variant of type (Null) into …

delphi wmi delphi-xe2 ole
Fatal Error: Cannot create output file "project1.exe"

So for some time now I keep having this problem: on windows 7 (64bit), with Delphi 7 and Delphi XE2, if from …

delphi windows-7 delphi-7 delphi-xe2
Minimize Delphi Form to System Tray

I am a Delphi learner. I am looking for solutions so that Delphi MainForm should be minimized to the System …

delphi delphi-xe2
How to parse nested JSON object in Delphi XE2?

I'm new to JSON and I have this project on my hands that require me to parse a JSON and …

json delphi nested delphi-xe2
How to bring my application to the front?

I know all the reasons why it is a bad idea. I dislike it if an application steals input focus, …

delphi delphi-xe2
How to open an URL with the default browser with FireMonkey cross-platform applications?

Usually, I use: ShellExecute(0, 'OPEN', PChar(edtURL.Text), '', '', SW_SHOWNORMAL); How can I have the same behaviour (opening …

delphi browser delphi-xe2 firemonkey
Conversion with StrToDateTime and TFormatSettings does not work

This code should work in Delphi XE2, but it gives "not a valid date and time" error in StrtoDateTime conversion: …

delphi delphi-xe2 tdatetime formatdatetime