Questions tagged [delphi-2006]

Delphi 2006 is a specific version of Delphi. Use this tag for issues related specifically to development in Delphi 2006.

Delphi 2006 is a specific version of Delphi. It was released in December 2005.

Delphi 2006 codename is DeXter.

Delphi 2006 was preceded by Delphi 2005 and succeeded by Delphi 2007. As of August 2009 it was no longer officially supported by Embarcadero.

262 questions
0
votes
3 answers

New TFrame and TDataModule crashing Delphi IDE

Here is the problem I've met: Working in BDS 2006 IDE, my older computer gone, new ( i7 mount ) has been built and it has Windows 7 Ult OS 64bit, where 2006 was installed and QuickReports Pro as well as eDocEngine, FIB+, TMS, LMD, ZEOS & DB Comparer…
NaN
  • 8,596
  • 20
  • 79
  • 153
0
votes
2 answers

Delphi 2006 - routine parameter untyped

It is possible to have a parameter in a routine which can be in the same time either an type, either an string? I know I can accomplish this by overloading a routine, I ask if it possible to do it in another way. Assume that I have this type - TTest…
RBA
  • 12,337
  • 16
  • 79
  • 126
-1
votes
1 answer

How to find a location of a program

I am using Delphi2006 and I want to find the location of a particular program using Delphi code.
Amit Kumar Jain
  • 487
  • 2
  • 11
  • 25
-1
votes
3 answers

Registering a form in Object Repository (automated, by code or any other means)

I was doing some customization to my forms, since I want them with some published properties appear on Object Inspector. I've done the simple way: create the form, put it on object repository, created a package to register it with…
Fabricio Araujo
  • 3,810
  • 3
  • 28
  • 43
-1
votes
1 answer

Pass PANSIChar parameter from Delphi 2006 app to XE2 app

I have an application that's compiled using Delphi 2006, and I want to launch an another application compiled in XE2 and pass it a parameter. I am using ShellExecute to launch the 2nd app from D2006, and the 4th parameter in ShellExecute expects…
A Lombardo
  • 774
  • 5
  • 25
-2
votes
3 answers

TDbLookupComboBox or equivalent control with a set of fixed values?

Does a TDbComboBox-like control exist, that gets its displayed values by an fixed list (to use for an enumerated type, e.g. TSomeValueEnum = (svSmall=1, svMedium=2, svLarge=3))? With for instance: 1=small 2=medium 3=large In the database I save 1…
Alois Heimer
  • 1,772
  • 1
  • 18
  • 40
-3
votes
1 answer

Creating NonContinuable exception in delphi

I have an exception which its raise command causes stack overflow. I read this article in order to know what should I do: http://www.debuggingexperts.com/modeling-exception-handling What I understood is the exception 0xc0000025 means attempt to…
Aharon
  • 117
  • 1
  • 1
  • 14
1 2 3
17
18