Delphi 7, released in August 2002, is a version of Delphi for Windows 32 bit.
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 postmessageI want to copy a part of a FileStream to a MemoryStream. FileStream.Write(Pointer(MemoryStream)^, MemoryStream.Size); FileStream.Read(…
delphi delphi-7If I try to run Delphi 7, I get this frightening message: Borland license information was found, but it is not …
delphi delphi-7I 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-2010Hi I want to retrieve HDD unique (hardware) serial number. I use some functions but in Windows Seven or Vista …
delphi hardware delphi-7Our 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-xeI'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 maskedtextboxI have a database column which can take only 40 characters of a string. So when the length of string is …
delphi delphi-xe2 delphi-7I have a list of integers or of strings and need to pass it as a parameter for a Delphi …
sql sql-server delphi delphi-7I 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