Delphi 2010 is a specific version of Delphi.
I'd really like to know the various ways I could select a directory with the TOpenDialog, whether it be downloading …
delphi delphi-2010I am getting an error after installing Delphi 2007 (Edit: This problem occurs in all Delphi versions from 2006 to 2010) that I …
delphi delphi-2010 delphi-2009 delphi-2007 delphi-2006How can I get content of an exe file and convert it into Base64 encoding ? Edit I use D2010 and …
delphi encoding delphi-2010 base64I need to run cmd on a button click as admin. It works. but I need to run it as …
delphi delphi-2010My code is the below, it's working correctly but, but after compiling program i see all the fullname and country …
delphi delphi-2010 tlistviewI'm looking for a free and up to date encryption library for Delphi 2010 that implements RSA and AES (Rijndael). I …
delphi encryption delphi-2010Delphi 2010 has a nice set of new file access functions in IOUtils.pas (I especially like the UTC versions of …
delphi file delphi-2010I have Delphi 2007 code that looks like this: procedure WriteString(Stream: TFileStream; var SourceBuffer: PChar; s: string); begin StrPCopy(SourceBuffer,…
delphi unicode delphi-2010 delphi-2007Possible Duplicate: Delphi: Selecting a directory with TOpenDialog I need to open a specific folder on my project. When I …
delphi directory delphi-2010 opendialogI have an app, which has multiple forms. All these forms have a PopupMenu. I build the menu items programatically, …
delphi pointers methods delphi-2010