This is an excellent tutorial on Delphi multi threading programming, see http://www.eonclash.com/Tutorials/Multithreading/MartinHarvey1.1/ToC.html
Notes on Installation of Turbo C++ Explorer
When starting Turbo C++ Explorer, you may get an error message stating:
-
acces violation at adress 51F515BE rtl100.bpl....
-
error with coreide100.bpl
-
designeide100.bpl
The workaround is running "regasm" from .NET v1.1 to register the missing .NET assemblies used by Turbo C++ Explorer IDE. Go to the C ...
Delphi2006 editor shortcuts
CTRL+J : Invoke code templates
CTRL+T : Delete current word
CTRL+E : Incremental search
CTRL+Y : Delete current line
CTRL+SHIFT+G : Insert a new GUID at the cursor position
CTRL+SHIFT+I : Indent the current selected block
CTRL+SHIFT+U : outdent the current selected block
CTRL+SHIFT+Y : delete ...