I am currently thinking about a scenario where I want a generic class that calls Free on its items IF these are of an object type. So I tried the following:
I recently posted this question about my inability to get Delphi 2010 working with remote debugging. I have not had any success and decided to post up a simple step-by-step test technique that might h
Delphi 2010 Enterprise How can I automatically turn the CapsLock on when the virtual keyboard is dis开发者_如何学Pythonplayed.Try this on your FormCreate:
I have a Delphi program in which I need to use Curl, but I do not want to redistribute the curl DLL with it (and I don\'t want to add the DLL as a resource and write it to a file at runtime and do it
I was just about to replace a TEdit + TButton combination with one TButtonedEdit control but when I tried to test it, I found no way to \"press\" the (right) button using the keyboard.
A few weeks ago waveInGetNumDevs function was working well but since few days ago it\'s been returning 0 all the time. My sound card is OK but why does this happen? I\'m actually trying to create an a
I had problems with the following code: var FileSize : Int64; ... FileSize := Info.nFileSizeLow or (Info.nFileSizeHigh shl 32);
I am looking to draw an opacity ellipse in CodeGear Delphi 2010. I had tried to draw to an another bitmap,
Is there any way to switch off the \'Wrapped around\' functionality of Delphi 2010\'s search? I understand lots of developers have issues with the new search function but it works well for me except
I am using Delphi along with WinHTTP to do an HTTP request to download some files from the internet, and I can do the request but I don\'t know how to get the IStream from the OleVariant that is retur