Tagged Questions
Delphi 5 is a specific version of Delphi. It was released in August 1999. Use this tag for issues related to development in Delphi, version 5.
21
votes
3answers
6k views
Delphi: What is Application.Handle?
What is TApplication.Handle?
Where does it come from?
Why does it exist?
And most importantly: why do all forms have it as their parent window handle?
The Delphi help says:
...
14
votes
2answers
422 views
How to convert float or currency to a localized string?
In Delphi1, using FloatToStrF or CurrToStrF will automatically use the DecimalSeparator character to represent a decimal mark. Unfortunately DecimalSeparator is declared in SysUtils as Char1,2:
var
...
8
votes
3answers
95 views
How to call EnumSystemLocales in Delphi?
i am trying to call EnumSystemLocales in Delphi. For example:
{ Called for each supported locale. }
function LocalesCallback(Name: PChar): BOOL; stdcall;
begin
OutputDebugString(Name);
Result ...
7
votes
4answers
713 views
How do I verify that a text box contains only numbers in Delphi?
Might it is very simple question but I never touched delphi.
I have a edit box and that can accept character. But on some special condition I have to verify the edit box character are only numbers.
...
7
votes
3answers
238 views
What is the quickest way to learn to support Delphi? [closed]
I have taken over support for some applications written in Delphi. I have programming experience, but none in Delphi, and very little in OOP. In the opinion of experienced Delphi programmers, what is ...
7
votes
3answers
1k views
Delphi: Understanding constructors
i'm looking to understand
virtual
override
overload
reintroduce
when applied to object constructors. Every time i randomly add keywords until the compiler shuts up - and (after 12 years of ...
7
votes
5answers
697 views
Can Delphi 5 generate a .PDB file that VS can use?
We've got this large application written in Delphi 5, and development is ongoing to this day. There is research going on into migrating to newer versions, but so far there is no success, as some 3rd ...
6
votes
3answers
199 views
Understanding constructor visibility
Here's two simple classes, initially both have no keywords (virtual, overload, override, reintroduce):
TComputer = class(TObject)
public
constructor Create(Teapot: Integer);
end;
TCellPhone = ...
6
votes
7answers
1k views
Delphi: All constants are constant, but some are more constant than others?
Consider:
const
clHotlight: TColor = $00FF9933;
clLink = clHotLight; //alias of clHotlight
[Error] file.pas: Constant expression expected
and the alternate wording that works:
const
...
6
votes
3answers
657 views
DUnit: How to run tests?
How do i run TestCase's from the IDE?
i created a new project, with a single, simple, form:
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
...
5
votes
3answers
247 views
Floating point division by zero exception in Delphi5
My app is written in Delphi5. I am using madExcept to track down bugs. I tracked down a "Floating point dvision by zero" exception, where it shouldn't be. The code segment, where it is raised, goes as ...
5
votes
1answer
171 views
FastMM fails to detect memory leaks
I'm using FastMM 4.97 in my application in Delphi5.
Everything works well, if I run my application from the IDE with an intentional leak for test purposes. I get proper notices and error logs.
...
5
votes
4answers
441 views
Use Delphi5 in Delphi XE environment
Is it possible to compile a Delphi5 project in the new XE IDE without any migration?
If've been using Delphi5 IDE for quite a while now and, to be honest, it is old, unfriendly and unflexible. I ...
5
votes
6answers
728 views
How to not have a MainForm in Delphi?
i've been trying to get some modeless forms in my application to appear on the taskbar - taking advantage of the new useful taskbar in Windows 7.
There's are many issues with the VCL that need to be ...
5
votes
2answers
1k views
Delphi: How delegate interface implementation to child object?
i have an object which delegates implementation of a particularly complex interface to a child object. This is exactly i think is the job of TAggregatedObject. The "child" object maintains a weak ...
5
votes
3answers
876 views
Delphi SampleProfiler: How is this code calling into ntdll.dll?
i profiled a portion of my application using the Delphi Sampling Profiler. Like most people, i see a majority of the time spent inside ntdll.dll.
Note: i turned on the options to ignore ...
4
votes
3answers
131 views
Delphi 5 incompatible with library
I am trying to add an Advantech (BDaqCL.pas) library to my application project in Delphi 5 but the .PAS file is riddled with code such as:
AccessMode = (
ModeRead = 0,
ModeWrite,
...
4
votes
3answers
200 views
How do I make TSpeedButton honor Windows themes?
I have an old app (Delphi 5) which I want to give it some changes.
I have set a manifest for it, but speedbuttons are not following the Windows theme. What should I do?
4
votes
5answers
450 views
Can you recommend some IDE experts?
Looking for some useful Delphi IDE experts but don't have time to evaluate them all.
Can you recommend some?
BTW, I use Delphi 5.
4
votes
5answers
899 views
Delphi: How to hide ancestor constructors?
Update: gutted the question with a simpler example, that isn't answered
by the originally accepted answer
Given the following class, and its ancestor:
TComputer = class(TObject)
public
...
4
votes
4answers
849 views
Delphi: How to avoid EIntOverflow underflow when subtracting?
Microsoft already says, in the documentation for GetTickCount, that you could never compare tick counts to check if an interval has passed. e.g.:
Incorrect (pseudo-code):
DWORD endTime = ...
4
votes
6answers
774 views
How do I make my Delphi 5 app display password “blobs”?
Pretty simple one, but I can't find the answer.
I'm building an app in Delphi 5 Enterprise, and want my app to use the new bold black dot in a password field instead of an asterisk.
How can I do ...
4
votes
6answers
2k views
Good OS Delphi exception handling libraries?
Do you know any Open Source libraries for Delphi to serialize exceptions? I want to have a form “Exception has occurred”, so my users will be able to email error report to me. But apart from ...
3
votes
1answer
84 views
Sybase 12.5-BDE-ADO “where myColumn=null” failure
We have an old application that reads in SQL text files and sends them to Sybase ASE 12.51. Our legacy app was written in Delphi 5 and is using the BDE TQuery component for this process and accessing ...
3
votes
1answer
171 views
Delphi OpenTools API: How to get target exe name?
How can i get the name of the target executable given an IOTAProject?
From GExpert's OpenTools API FAQ:
How can I determine the filename of the binary/exe/dll/bpl/ocx/etc. generated by a compile ...
3
votes
3answers
203 views
How do i construct a WideString with a diacratic in a non-unicode Delphi version?
i am trying to construct a (test) WideString of:
á (U+00E1 Small Letter Latin A with acute)
but using it's decomposed form:
LATIN SMALL LETTER A (U+0061) COMBINING ACUTE ACCENT (U+0301)
...
3
votes
1answer
504 views
How to minimize a window to the taskbar? (i.e. not iconify)
i have a window that i want to minimize (to the taskbar), so i call ShowWindow:
ShowWindow(Handle, SW_MINIMIZE);
Except that rather than minimizing itself (to the taskbar), the window is iconified:
...
3
votes
3answers
162 views
Migrate an app from Delphi to Silverlight C#
I have a legacy desktop accounting application developed using Delphi 5 & Paradox, which I intend to migrate to a web based Silverlight (for the sake of UX) application with SQL Server.
Can ...
3
votes
2answers
293 views
Delphi: Construction not calling overridden virtual constructor
i have an example descendant of TBitmap:
TMyBitmap = class(TBitmap)
public
constructor Create; override;
end;
constructor TMyBitmap.Create;
begin
inherited;
Beep;
end;
At run-time i ...
3
votes
4answers
331 views
Delphi: How to remove subclasses in reverse order?
Mike Lischke's TThemeServices subclasses Application.Handle, so that it can receive broadcast notifications from Windows (i.e. WM_THEMECHANGED) when theming changes.
It subclasses the Application ...
3
votes
1answer
192 views
Delphi: How to move a class out of a unit;avoid circular references
Question: i want to split two classes out to their own file, while avoiding circular references.
i have a unit with some classes (and some enumerations and constants). Anyone will recognize Click ...
3
votes
4answers
468 views
Delphi: How to add a different constructor to a descendant?
Update: The example i originally had was kind of complex. Here's a simple 8 line example that explains everything in one code block. The following does not compile gives a warning:
TComputer = ...
3
votes
3answers
705 views
Delphi: At runtime find classes that descend from a given base class?
Is there at way, at runtime, to find all classes that descend from a particular base class?
For example, pretend there is a class:
TLocalization = class(TObject)
...
public
function ...
3
votes
7answers
1k views
Converting a string to TDateTime based on an arbitrary format
Is there any way in Delphi 5 to convert a string to a TDateTime where you can specify the actual format to use?
I'm working on a jobprocessor, which accepts tasks from various workstations. The ...
3
votes
1answer
327 views
Is there a way to disable font anti aliasing when using TextRect (aka ExtTextOut in GDI32) in Delphi?
I'm using a custom gauge, based on the example that came with Delphi (5 Enterprise). For those that don't know, it's like a smooth progress bar, but displays the percentage or value in the centre ...
3
votes
2answers
278 views
Delphi: Return value might be undefined, despite setting it after begin
can anyone tell me why I get "Return value ... might be undefined" here:
function TXMLAcceptorBCOLSubmission.createRecordsInBCFEEPAR(AXML: TRipXMLElement): String;
var
...
begin
Result := '';
3
votes
4answers
250 views
Enumerations in Delphi with custom values
It is possible to declare enums with custom values in Delphi 5 like this?:
type
MyEnum = (meVal1 = 1, meVal2 = 3); // compiler error
Thanks!
3
votes
1answer
557 views
Delphi: How do i use $OVERFLOWCHECKS OFF to disable overflow checks?
i have bit of code that causes an underflow:
var
t1, t2, delta: DWORD:
begin
t1 := 0xffffff00;
t2 := 0x00000037;
delta := (t2 - t1);
The subtraction itself does generate an overflow ...
3
votes
1answer
1k views
Delphi 5 - StrToFloat results differntly on WinXP and Win2K
I have this weird problem that a convert of a string on my machine and a production server gets different results eg:
procedure TForm1.Button1Click(Sender: TObject);
var
s1: string;
f1: double;
...
3
votes
3answers
335 views
What should I do or don't do to avoid Delphi “push dword” bug
I found that Delphi 5 generates invalid assembly code in specific cases. I can't understand in what cases in general. The example below produces access violation since a very strange optimization ...
3
votes
3answers
485 views
Create an exact copy of TPanel on Delphi5
I have a TPanel pnlMain, where several dynamic TPanels are created (and pnlMain is their Parent) according to user actions, data validations, etc. Every panel contains one colored grid full of ...
3
votes
2answers
1k views
How to print TPanel contents?
I have TPanel. On this Panel there is an TImage descendant , few other panels with controls, etc. In fact, picture contains some diagram, while additional panels with labels are created during runtime ...
3
votes
2answers
271 views
Any gotchas moving TServerSocket app from D5 to D2007?
I've done a brief Google around and found nothing but I feel I ought to ask. I'm not really expecting there to be anything, but would rather ask a question with no answers now than ask the question ...
3
votes
3answers
581 views
“Application” global variable not recognized
I work on a large project in Delphi 5.
Today, after merging two branches of the app together, one of the hundreds of units, UnitMain (the main form's unit, would you guess) stopped recognizing the ...
2
votes
1answer
117 views
Show activity indicator while the main thread is blocked (continue)
Continue with previous question
I want to be able to show some activity indicator even if the main thread is blocked.
(based on this article).
Problems based on the attached code:
Using ...
2
votes
1answer
52 views
Delphi 5 - size mismatch on TField
On an ADOQuery I've created a String Tfield and set the it's size to 24(from Fields Editor).
When I'm trying to assign to this field a 24 characters length string ...
2
votes
2answers
93 views
delphi - TRadioGroup with items wrapable
I need a small example on Delphi 5 on how the text of the items present in a radiogroup to wrap text if needed.
I resolved it in Delphi 2006 by accessing buttons property, but in D5 this property ...
2
votes
4answers
259 views
Does Delphi 5 have a sorted dictionary container?
I'm new to Delphi 5 and looking for a container (ideally a built-in one) that will do the same job as map does in C++ (i.e. a sorted dictionary). I've done a preliminary Google search but nothing ...
2
votes
3answers
249 views
Notepad problem in delphi
hi we are using the Delphi 5 version. We are getting problem while opening the notepad in delphi. We want to open notepad on a button click and pass the data to it so that notepad can display that ...
2
votes
2answers
176 views
Using Intraweb to communicate with another website
Delphi 5 Pro
Intraweb 7
I have an Intraweb application that uses a "legacy" back end (B-Tree Filer) with a TDataSet descendant to handle the data access. All is fine and dandy on my end.
But, I now ...