I have a TStringGrid with 10 columns. Adding 500 rows to it takes around 2 seconds. Is this normal performance?
How should you safely create and free multiple objects? Basically, this sort of thing: newOrderSource := TWebNewOrderSource.Create();
i am trying to compile a delphi 2010 project with msbuild, without using the RAD Studio Command Prompt.
I was reading Holgerwa\'s question and I have a question. Is there any significant performance improvement by changing from dbExpress to other driver specific?
I\'m looking for a way to extract the computer SID using Delphi code. There\'s a tool called PsGetSid from SysInternals that does this, but I can\'t use it in my application. I searched for a code exa
I want to remove the caret from a TEdit control in Delphi. I have made the component Enabled := False but the caret still appears.
开发者_JAVA技巧I have a string of delimited text ie: Value1:Value2:Value3:Value4:Value5:Value6 How would I extract, for example, a specific value Ie:
I\'m using the Clootie DirectShow9 headers with Delphi 2007.I created a wrapper component that plays audio and video. All is good until I get an MP3 that has album art encoded in it. The mp3 files lik
Does somebody know how to retrieve client GUID when connecting to server in RemObjects SDK ? (using Supe开发者_开发知识库rTCP/IP protocol)To get the session ID of the current connection on the server,
Imagine i want to parse a binary blob of data. If all comes okay, then all the logs are INFO, and user by default does not even see them. If there is an error, then user is presented with error and ca