Delphi XE is a specific version of 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 tcheckboxDelphi 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-xe2Got this error whenever I try to compile something: "F1027 Unit not found: 'System.pas' or binary equivalents (.dcu)". Got …
delphi delphi-xeOur 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-xeI read this question but was somehow not satisfied with the answers. I also quickly read (as suggested in that …
delphi rest delphi-xeI want to load a PNG with transparent background in a TImageList and use it in a TMainMenu (via TAction). …
delphi delphi-xeIn Delphi 7, an image editor program is included, which can read and write .dcr files, which are merely binary resource …
delphi components delphi-xeI need add in runtime a png image to a TImageList. I've looked at the functions implemented by the TCustomImageList …
delphi delphi-xeI'm trying to send email from my application using the following code: Var MailMessage : TIdMessage; SMTP : TIdSMTP . . . //setup SMTP SMTP.…
delphi delphi-xe indy10