Prior to upgrading to Delphi 2010 we were able to extract data stored in a access database string field which actually contains an array of bytes.
I am using DSPACK with Delphi 6 Pro. I am looking for a good sample that shows how to create a filter graph that will convert the sample rate of an audio stream to a desired format (sample rate, bit d
does anyone know how to use ssl with Indy and get it to run under windowns and osX? I\'ve seen the link bel开发者_StackOverflowow so TIdHttp appears to work
This question already has an answer here: Resource not found error when using TForm as base for a component
I\'m pretty new in WS programming. I created WS (that I picked the base from http://www.digicoast.com/delphi_soap_standalone.html) using delphi-7
I am using Delphi 6 with DSPACK to do several operations involving audio and DirectX.I have the \"input\" side figured out where I assign one of the enumerated audio input devices to a TFilter object
I have a function which is being passed an integer value, representing a step value. There are 5 seperate conditions I want to test for:
I have next arrays NAMES1: array[0..1] of string = (\'NO1\',\'NAME1\'); NAMES2: array[0..1] of string = (\'NO2\',\'NAME2\');
Can you have a class function that creates an instance of a class: TMyClass = class(TSomeParent) public
in Delphi there\'s action list , what\'s the equivalent to it in C# 开发者_C百科3 winforms application