Top "Delphi-xe" questions

Delphi XE is a specific version of Delphi.

Convert Char into AnsiChar or WideChar (Delphi)

I'm upgrading a very old (10+ years) application to the latest Delphi XE. There are a number of errors I keep …

delphi unicode delphi-xe widechar
Put a TCheckBox inside a TStringGrid in Delphi

I want to put a TCheckBox inside a TStringGrid in Delphi in every cell of certain column. I'm using Delphi …

delphi delphi-xe tstringgrid tcheckbox
SOAP server and client application VCL+indy demo for Delphi XE?

Delphi used to include a demos folder for web Services, but no longer seems to include this. I just tried …

web-services delphi soap delphi-xe delphi-xe2
Delphi can't find System.dcu; what should the default path settings be?

Got this error whenever I try to compile something: "F1027 Unit not found: 'System.pas' or binary equivalents (.dcu)". Got …

delphi delphi-xe
How hard is it to migrate a project from Delphi 7 to Delphi XE?

Our company have a software that has been in development for over 10 years, so there are some really dated stuff …

delphi delphi-2010 delphi-7 delphi-xe
How to do a REST webserver with Delphi as a backend for a big web application?

I read this question but was somehow not satisfied with the answers. I also quickly read (as suggested in that …

delphi rest delphi-xe
Transparent PNG image (with TImageList) in a TMainMenu

I want to load a PNG with transparent background in a TImageList and use it in a TMainMenu (via TAction). …

delphi delphi-xe
Best way to make a component icon in Delphi XE using only the built in tools

In Delphi 7, an image editor program is included, which can read and write .dcr files, which are merely binary resource …

delphi components delphi-xe
Add a png image to a imagelist in runtime using Delphi XE

I need add in runtime a png image to a TImageList. I've looked at the functions implemented by the TCustomImageList …

delphi delphi-xe
STARTTLS error while sending email using Indy in Delphi XE

I'm trying to send email from my application using the following code: Var MailMessage : TIdMessage; SMTP : TIdSMTP . . . //setup SMTP SMTP.…

delphi delphi-xe indy10