Top "Delphi" questions

Delphi is a language for rapid development of native Windows, macOS, Linux, iOS, and Android applications through use of Object Pascal.

The application was unable to start correctly (0xc000007b)

I have a client/server app which I have been developing on a single PC. Now it needs two serial …

windows delphi 64-bit
Indentation shortcuts in Visual Studio

I'm new to Visual Studio 2010 and C#. How can I indent the selected text to left/right by using shortcuts? …

c# visual-studio-2010 delphi indentation
Split a string into an array of strings based on a delimiter

I'm trying to find a Delphi function that will split an input string into an array of strings based on …

delphi string split delimiter
How do I include a newline character in a string in Delphi?

I want to create a string that spans multiple lines to assign to a Label Caption property. How is this …

delphi newline
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
System Error. Code: 8. Not enough storage is available to process this command

We have a few Win32 applications (coded in Delphi 2006) where sometimes the user gets an error message saying "System Error. …

delphi winapi
Is there a program to decompile Delphi?

Someone just sent me a decompile of a program into C. It was a very good decompile, producing nice, mostly …

delphi reverse-engineering decompiling
ms sql xml data type convert to text

in MS Sql there are data types that are not supported by delphi 7, the xml datatype is one example. I …

sql-server xml delphi text delphi-7
Selecting a directory with TOpenDialog

I'd really like to know the various ways I could select a directory with the TOpenDialog, whether it be downloading …

delphi delphi-2010
Load Jpg/Gif/Bitmap and convert to Bitmap

I have to load an image from an XML file. There is no information in the XML file about whether …

delphi image-processing bitmap vcl file-format