Top "Delphi-2010" questions

Delphi 2010 is a specific version of Delphi.

Default Library Path

Prior to my problem, I attempted to install a component which required me to change my Library - Win32 library …

delphi delphi-2010 library-path
How do I round a positive float up the next integer?

I need to round a positive float upwards to the nearest integer. examples; 1.0 rounds up to 1 2.1 rounds up to 3 3.5 rounds …

delphi delphi-2010
Delphi 2010 - hide welcome page

Does anybody know how can i disable welcome page without using the < -np > command line option, its very …

delphi ide delphi-2010
Restart Delphi Application Programmatically

It should not be possible to run multiple instances of my application. Therefore the project source contains: CreateMutex (nil, False, …

delphi delphi-2010 application-restart
Delphi 2010 Action Manager & Main Menu Bar

I'm trying to use the Action Manager and Action Main Menu Bar in Delphi 2010 an I have no idea how …

delphi menu delphi-2010 vcl menubar
Detect which cell was clicked in TDBGrid when dgRowSelect is set to True?

In Delphi 2010 is there any way to detect which cell was clicked when dgRowSelect is set to True ? Normally I …

delphi delphi-2010 tdbgrid
Using LDAP or ADSI with Delphi for user account management

We have a large Transaction Processing System (batch processing) ERP Solution for large Healthcare claims processing organizations and businesses. We …

delphi active-directory ldap delphi-2010 adsi
Delphi 2010: Where is DockForm.pas?

I have to upgrade an old Delphi3 project to Delphi2010. It uses a unit named DockForm, but I cannot find …

delphi delphi-2010
What components and IDE add-ins do you install with Delphi?

After a clean install of Delphi, what components and IDE add-ins do you make certain that you install? What's your …

delphi delphi-2009 delphi-2010
How should I prepare my 32-bit Delphi programs for an eventual 64-bit compiler?

Possible Duplicate: How to also prepare for 64-bits when migrating to Delphi 2010 and Unicode Since I believe that 64bit Delphi …

delphi unicode delphi-2010 32bit-64bit