Top "Delphi-2010" questions

Delphi 2010 is a specific version of Delphi.

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
Delphi 2006-2010 error: "Cannot create file C:\Users\Admin\AppData\Local\Temp\EditorLineEnds.ttr"

I 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-2006
Binary to Base64 (Delphi)

How can I get content of an exe file and convert it into Base64 encoding ? Edit I use D2010 and …

delphi encoding delphi-2010 base64
use shell execute to run cmd as Admin

I need to run cmd on a button click as admin. It works. but I need to run it as …

delphi delphi-2010
How to use Listview correctly in delphi?

My code is the below, it's working correctly but, but after compiling program i see all the fullname and country …

delphi delphi-2010 tlistview
Free Encryption library for Delphi

I'm looking for a free and up to date encryption library for Delphi 2010 that implements RSA and AES (Rijndael). I …

delphi encryption delphi-2010
Getting size of a file in Delphi 2010 or later?

Delphi 2010 has a nice set of new file access functions in IOUtils.pas (I especially like the UTC versions of …

delphi file delphi-2010
Writing a string to a TFileStream in Delphi 2010

I 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-2007
DELPHI - How to use opendialog1 for choosing a folder?

Possible Duplicate: Delphi: Selecting a directory with TOpenDialog I need to open a specific folder on my project. When I …

delphi directory delphi-2010 opendialog
Method pointer and regular procedure incompatible

I have an app, which has multiple forms. All these forms have a PopupMenu. I build the menu items programatically, …

delphi pointers methods delphi-2010