im trying to send a message between 2 separate projects, but my problem is that im trying to make the receiver run inside a TThread Object, but WndProc wont work from inside an Object, must be a funct
is there any easy code sample out there or how-to on how to make a richedit control do syntax-Highlighting ?
How do I declare a fixed size string property in Delphi? This is what I want to do, but I r开发者_JAVA百科eceive an error:
I have a delphi app on an XP SP3 that talks to delphi com+ on windows 2000 server, has been working fine but now for one of the calls to the com+ it wo开发者_StackOverflow社区nt work and returns the e
I have two Delphi7 programs: a COM automation server (EXE) and the other program which is using the automation server.
Since Delphi does not have any regular expressions library built-in, have y开发者_JAVA技巧ou seen a good function to validate email addresses at least to some degree in using only Delphi RTL/VCL?
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I have a main thread and a separate thread in my program. If the separate thread finishes before the main thread, it should free itself automatically. If the main thread finishes first, it should free
I have and old AV that hunts me. It appears randomly (often but not always) when I switch between projects (close current project and double click a different DPR file to load it) or when I close Delp
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 termin