Tagged Questions
Delphi 7, released in August 2002, is one of the most popular and widely used version of Delphi. It is a very capable and stable release that is still widely used today for Windows-based Object Oriented Programming.
34
votes
2answers
919 views
How to hook a method to the Edit event in Delphi 7 IDE?
I'd like to automatically checkout a file when I start to edit it in Delphi 7 IDE.
ClearCase is my version control system and I really hate the need to checkout a file before starting to edit. It ...
26
votes
16answers
7k views
Upgrade to Delphi 2010, or stick with Delphi 7 “forever”?
I am an individual user of Delphi, starting back in the early Turbo Pascal days. I have quite a bit of code developed over the years, but I have never sold software commercially or used it for ...
16
votes
3answers
587 views
Delphi - prevent against SQL injection
I need to protect an application from SQL injection. Application is connecting to Oracle, using ADO, and search for the username and password to make the authentication.
From what I've read until ...
16
votes
5answers
829 views
How hard is it to migrate a project from Delphi 7 to Delphi XE?
Our company have a software that has been in development for over 10 years, so there are some really dated stuff in there. It's still quite functional and everything, but I see the new features on ...
14
votes
2answers
271 views
Is there a way to update a field in a record knowing the field name and value
Given a Record:
MyRecord = record
Company: string;
Address: string;
NumberOfEmplyees: integer;
can you write a function call like
function UpdateField(var FieldName: string; ...
14
votes
1answer
366 views
Native hints/tooltips under Vista/7 with Delphi7?
I'm trying to reproduce native hints/tooltips under Windows Vista/7 using Delphi7.
I've found a really nice component which could solve the issue:
...
13
votes
6answers
354 views
Setting multiple labels to transparent across 1.000 forms?
I skinned my software with Devexpress and I found that the labels were non-transparent causing them to have grey background.
There's just endless forms, so I was wondering whether there was a way to ...
12
votes
8answers
795 views
Antivirus False positive in my executable
I just ran into an annoying problem. Suddenly Avira AntiVir started to flag one executable from my software as being a virus.
As the default action from almost any user is to click OK and Avira ...
11
votes
13answers
2k views
should I move to the new Delphi XE Starter?
I am a Turbo pascal/Borland pascal/Delphi developer, since 1987. I currently only use Delphi for maintaining old tools that I (and some friends of mine) use privately. Unfortunately all my ...
10
votes
2answers
474 views
How do I show progress in status/task bar button using Delphi 7?
If you copy files under Windows 7, you will see the progress of the copy in a sort of progress bar begin displayed in the status or task bar button of the application.
Can this be achieved using ...
10
votes
5answers
1k views
in Delphi7, How can I retrieve hard disk unique serial number?
Hi
I want to retrieve HDD unique (hardware) serial number.
I use some functions but in Windows Seven or Vista they don't work correctly because of admin right.
Is it possible retrieve it without run ...
9
votes
1answer
159 views
Delphi assembler constant 'eof'
There seems to be an undocumented constant eof in asm block context. This was tested using Delphi 7.
program TestEof;
{$APPTYPE CONSOLE}
var
example : Integer;
begin
asm
mov example, eof
...
9
votes
6answers
898 views
Delphi won't run!
When trying to run Delphi 7, I get this frightening message:
Borland license information was found, but it is not valid for Delphi. You cannot run Delphi without this information. Click the exit ...
9
votes
1answer
2k views
How to get current method's name in Delphi 7?
Is there any way to know the name of a method I'm currently in?
So that:
procedure TMyObject.SomeMethod();
begin
Writeln('my name is: ' + <hocus pocus>);
end;
would produce this output:
...
9
votes
3answers
1k views
In Delphi, is outputdebugstring thread safe?
Simple question i belive, is
outputdebugstring(pansichar(''));
Thread safe?
I/We have been using it in threads for debugging, and i never occurred to me if i should be doing it a different way.
...
8
votes
1answer
98 views
Maintain my component's properties when they are changed?
I have a custom component with some published properties which have been used for a while in many projects. I want to make some particular changes to this component which requires removing these old ...
8
votes
2answers
129 views
How to reserve memory for my application and leave a specified amount remaining?
I'm planning an application which will involve loading many pictures at one time and thus requires a large chunk of memory. For example, I might have 50 image objects created at once, taking a total ...
8
votes
2answers
385 views
Delphi custom drawing - glowing glass
I have been experimenting a lot with some glassy images, such as the one below, and I got to thinking there's gotta be a way I can put this into code, so I can color it anything I want. It doesn't ...
8
votes
1answer
1k views
How do I avoid UAC when my EXE file name contains the word “update”?
I noticed the following phenomenon:
An executable built with Delphi 7 and part of the name including "Update" (e.g. "UpdateMyApp.exe") causes UAC to step in to display a warning like "do you want to ...
8
votes
7answers
2k views
Saving a TObject to a File
How can one save an Object, in its current state, to a file? So that it can immediately be read and restored with all its variables.
7
votes
1answer
139 views
Thread.FreeOnTerminate := True, memory leak and ghost running
Years ago, I decided never to rely solely on setting a thread's FreeOnTerminate property to true to be sure of its destruction, because I discovered and reasoned two things at application's ...
7
votes
3answers
154 views
How do I refer to components created at runtime rather than in the form designer?
i have a little problem. I'm trying to create in Delphi7 a list of components at run-time and to resize them with form's .OnResize event but no use... i can't figure out how to do it.
Here's my code:
...
7
votes
6answers
293 views
making a wizard interface in delphi 7
I'm using delphi 7 and I'm trying to make a wizard interface. I don't know if there is an easier way to make a wizard, so I was thinking of making separate forms for each step of the wizard, and when ...
7
votes
1answer
526 views
Using TStringList's AddObject with integers?
Using delphi 7:
How can I add an integer to the object portion of a stringlist item,
using AddObject?
How can I retrieve the integer back from a object
property of stringlist item?
How do I free all ...
7
votes
1answer
353 views
How to pass dynamic array of string to a dll library (dll and client written in d7) without ShareMem Unit?
I've read on this page that dynamic arrays need ShareMem unit to work properly.
However I would like to write a dll open for other languages.
Could anyone tell me how can I declare the function and ...
7
votes
2answers
757 views
7
votes
2answers
754 views
How to install Virtual Treeview?
Virtual treeview by Mike Lischke seems so popular on the web and as third party component. I just downloaded version 4.8.7 on my machine.
I have Delphi 2010 and Delphi 7.0 in 2 partitions.
Aftter ...
7
votes
5answers
1k views
Preferable way to write Delphi database apps with transactions & data-aware components
What is the preferable way to write Delphi database applications using transactions and also data-aware components?
I have to write a client app that access InnoDB tables, and do some master-detail ...
7
votes
4answers
702 views
Downloading a file from the Internet while being able to abort the download any time
I'd like to download a file from my Delphi program in a separate thread dedicated to the download.
The problem is that the main program can be closed any time (thus the download thread can be ...
7
votes
5answers
805 views
Set Delphi 7 project “Version Info” from code?
Is it possible to set the "Version Info" settings from code? I'd like to set the version numbering and the value for the "Comments" property without using the project options dialog.
7
votes
5answers
2k views
MultiCast Messages to multiple clients on the same machine
Im trying to write a server/service that broadcasts a message on the lan ever second or so, Kind of like a service discovery.
The message needs to be received by
multiple client programs that ...
7
votes
1answer
3k views
Download a File from internet programatically with an Progress event using Delphi and Indy
I need a way to download a file from the Internet using Delphi via HTTP,
Wich include an Progress event , I'm looking for a method wich uses the Indy components.
I am using Delphi 7.
Thanks in ...
7
votes
4answers
2k views
How can a Delphi application detect the network proxy settings of a Windows PC?
I have a Delphi application that communicates with web servers on the Internet using the Indy components. Most users of the application have direct Internet connections but some are behind a proxy ...
7
votes
5answers
679 views
How can I interrogate the Delphi component palette?
I have lots of components installed - trouble is when I want to find one I rarely use it takes ages to find it. I can look at the ALL choice which lists all components but finding one with say 'grid' ...
7
votes
4answers
3k views
In Delphi 7, can I set up 'Debug' and 'Release' modes?
In most modern IDEs, you can have Debug and Release build configurations, and you can quickly switch between them.
In Delphi 7, this does not seem to be possible. I have to go to Project Settings and ...
6
votes
2answers
168 views
Detecting IE Proxy settings and using with TIdHTTP
How do I set TIdHTTP to use IE proxy configuration?
It should be compatible with XP/Vista/Win7 and reliable.
6
votes
2answers
221 views
Fastest way to calculate colors for a gradient?
I'm making a small collection of types/functions related to gradients for future use. I would like to make sure there's at least two procedures: ColorBetween and ColorsBetween. I may want to just get ...
6
votes
1answer
113 views
How can I tell if one TClass is derived from another?
I'm trying to do something like this:
function CreateIfForm ( const nClass : TClass ) : TForm;
begin
if not ( nClass is TFormClass ) then
raise Exception.Create( 'Not a form class' );
Result ...
6
votes
3answers
248 views
Delphi messagebox appearing behind other form
I am using the code below to create a messagebox in Delphi 7. However I also have another form on screen who's FormStyle is set to fsStayOnTop and the messagebox appears behind this form.
Is there ...
6
votes
3answers
289 views
Architecture for 3-tier application with D7
I have had experience with COM+ technology so far to build 3-tier applications.
This is huge and advanced technology which supports many interesting concepts.
It just works as it should for the ...
6
votes
3answers
161 views
Is it possible to debug a C++builder dll from Delphi if I have the dll sourcecode?
I have an application written in Delphi 7 which uses a c++ dll written in BCB 5.
I want to debug this dll from the Delphi IDE is this possible?
If it's possible which are the steps to debug?
As ...
6
votes
3answers
1k views
Word 2010 automation: 'goto bookmark'
I have a program written in Delphi-7 which opens a new Word document which is based on a template.
Once the document is open, the automation jumps to a bookmark (predefined in the template) and adds ...
6
votes
4answers
509 views
removing leading zeros from delphi string
Delphi 7
How do i remove leading zeros in a delphi string?
Example:
00000004357816
function removeLeadingZeros(ValueStr: String): String
begin
result:=
end;
6
votes
1answer
384 views
How do I draw Unicode text?
How to draw Unicode text on TCustomControl? Are there other options to make it without the Canvas?
6
votes
1answer
254 views
How do I add an OnClick event to TCustomControl?
How do I create OnClick event?
I need help with TCustomControl.
6
votes
1answer
498 views
How can i read details of file?
How can i read details of an exe file like File Version, Product Version and anything else stored in Details tab in Properties window of that file?
Thanks.
6
votes
4answers
298 views
Replacing non-visual components with code
Is "Replacing non-visual components with code" a proven optimization technique in Delphi 7. Mainly with respect to Database Access.
6
votes
3answers
1k views
Delphi: OnTimer event of my own Timer never happens
I need a Timer in a 'no form' Delphi unit (there's still a main unit with a form), so I do this:
unit ...
interface
type
TMyTimer = Class(TTimer)
public
procedure OnMyTimer(Sender: ...
6
votes
3answers
712 views
How to show the elapsed time while a long SQL Query is executed?
I need to show a popup window before a query execution, show the time elapsed while the sql query is being executed, and close that window when the query ends.
Actually I do something like this
var
...
6
votes
3answers
3k views
Delphi 7 and Vista/Windows 7 common dialogs - events do not work
I'm trying to modify the Delphi 7 Dialogs.pas to access the newer Windows 7 Open/Save dialog boxes (see Creating Windows Vista Ready Applications with Delphi). I can display the dialogs using the ...