I'm trying to play around with the COM system in delphi, which should end out in a plugin system for the new CoolMon (CoolMon2).<BR><BR>I've created a test server (COM Object) which have only one ...
Bij het schrijven van een programma in Delphi stuitten we op een probleem bij het converteren van een floating-point variabele naar een string en vice versa. Het vreemde van dit probleem was dat het ...
While writing a program in Delphi, we encountered a problem in converting a floating-point variable to a string and back to a variable. The strange thing about this problem was that it only occurred ...
This enhanced property editor has been designed to get round two limitations of the standard Delphi string property editor. The standard property editor does not allow multi-line strings with embedded ...
The code was made by me because i did not find any information about how to pass a VB string to a delphi dll function (accepting strings) hope this code helps. This code shows how to call a delphi DLL ...