I\'m using a lookup table for optimizing an algorithm that works on single characters. Currently I\'m adding a..z, A..Z, 0..9 to the lookup table. This works fine in european countries, but in asian c
I have a WCF service based on basicHTTPBinding. I am calling this service from Delphi 7 and .NET form. The D7 client is able to successfully call the Operation that has primitive input and output type
I am using TurboPower LockBox 3 (http://sourceforge.net/projects/tplockbox/ and http://lockbox.seanbdurkin.id.au/tiki-index.php)
I\'m trying to compile This Example for unmanaged export in XE but I getting (PE9) Unknown identifier \"UnmanagedExport\" error when build.
I would like to write an application which passes every message it receives to another window. For example, I have an application where user can press some keys, move mouse over it, etc. and I want al
I have a simple TClientDataSet component that I use to populate some data-aware co开发者_StackOverflowmponents. However, if I insert data into my database using this dataset, I can\'t seem to find a p
Long ago I started some \"web applications\" using Delphi 2007 and WebBroker (TWebModule).At the time I assumed you needed a webserver such as Apache or Microsoft IIS in order to create any sort of we
For our dbgrid we want the scro开发者_StackOverflow社区llbars to be constantly hidden. Since TDBGrid doesn\'t have a \'scrollbars\' property, we use:
I\'开发者_高级运维m trying to draw a simple crystal that rotates on its axis.I can get the shape right easily enough by drawing a pyramid and then drawing it again upside down, but I\'ve got two probl
I am playing with code documentation and live templates and I quite don\'t get it. I\'ve read Dr.Bob\'s article about generating documentation and wiki articles about live templates but I have one pr