Top "Delphi-7" questions

Delphi 7, released in August 2002, is a version of Delphi for Windows 32 bit.

Sending Keystroke to another application using WinAPI

I have to control another application by sending keystrokes to it like CTRLS or CTRLSHIFTC or CTRLF. I've tried a …

delphi winapi delphi-7 sendmessage postmessage
Delphi: Copy FileStream to MemoryStream

I want to copy a part of a FileStream to a MemoryStream. FileStream.Write(Pointer(MemoryStream)^, MemoryStream.Size); FileStream.Read(…

delphi delphi-7
Delphi won't run

If I try to run Delphi 7, I get this frightening message: Borland license information was found, but it is not …

delphi delphi-7
How can I declare an array property?

I constructed class system TTableSpec=class(Tobject) private FName : string; FDescription : string; FCan_add : Boolean; FCan_edit : Boolean; FCan_delete : …

delphi oop delphi-7 delphi-xe2 delphi-2010
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 …

delphi hardware delphi-7
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 …

delphi delphi-2010 delphi-7 delphi-xe
Is there a reference for MaskEdit's masks?

I'm trying to make a semi-complex masking textbox in Delphi 7. I'm having problems in that I can't find any kind …

delphi delphi-7 maskedtextbox
How to cut a string to some desired number in delphi?

I have a database column which can take only 40 characters of a string. So when the length of string is …

delphi delphi-xe2 delphi-7
Delphi: how to pass a list as a parameter to a SQL query?

I have a list of integers or of strings and need to pass it as a parameter for a Delphi …

sql sql-server delphi delphi-7
Delphi - Find text in large TMemo

I have a TMemo which contains quite a lot of texts, 80M (about 400K lines). The TMemo is set with …

delphi full-text-search delphi-7 memo