Delphi XE2 is a specific version of Delphi.
A Delphi application that I'm working on must delay for one, or sometimes two, second(s). I want to program …
delphi events timer delphi-xe2 sleepI'm building a multi-threaded windows service application in Delphi XE2 which uses ADO database components to connect to SQL Server. …
multithreading delphi activex ado delphi-xe2I'm using Delphi and I'm trying to store records using UTC datetime in my database and then restore it back …
delphi datetime time delphi-xe2 utcHow can I count the number of occurrences of a certain character in a string in Delphi? For instance, assume …
delphi delphi-xe2 delphi-2010I have used this scenario many times in nearly all my projects, when I'm doing some sort of data conversion, …
delphi boolean type-conversion delphi-xe2In Delphi XE2, I have a single control in a pair of design/run time packages. Originally, everything was working …
delphi scope custom-controls delphi-xe2I have to display some modified 'masked' value in a VCL TDBGrid (Delphi XE2), ie : change 'password' to 'xxxxxxxx' or …
delphi delphi-xe2 tdbgridThe Delphi XE2 online help (as well as the Embarcadero DocWiki) is very thin on the documentation of TObjectDictionary (or …
delphi delphi-xe2I'm using Delphi XE2 and Indy 10.5.8.0. I have an instance of TIdHttp and I need to add a custom header …
delphi delphi-xe2 indy10I am looking for something more sophisticated than ROT13, but which does not require a library (preferablly not even a …
delphi delphi-xe2 encryption-symmetric