i am using delphi xe2 i am sending 2 txt record in single request but my application is only recieving 1
I have a Delphi program that communicates with a vb.net dll that I created.The vb.net dll communicates with a Fluke scope meter via an RS232 connection.I have created a program that communicates corre
I have one \"big\" TOracleDataSet which I can\'t change \'cause it\'s using in many different parts of huge project. I want to add just one record to this dataset for using in another grid. The solve
first of all, sorry for title, but is very hard explain good in few words. Then il problem is this. I have two class(object): Tclass1 and Tclass2. These are indipendent from them and both classes(obj
What is the best way to combine TByt开发者_开发百科es arrays? All arrays are of the same size. I want the content of Array2 to be added to the end of Array1, Array3 to the end of Array2, and so forth
Been trying to use the following code in order to check if Windows Aero is enabled: function AeroEnabled: boolean;
What can happen when I use TerminateThread while Winsock connect function is in progress? I need to immediately shutdown the thread which is currently connecting to the socket b开发者_Go百科ut I don\'
I want to integrate a coin acceptor into my Delphi 7 Application. This specific coin acceptor uses the ccTalk protocol.
Hi i want to use TEncoding开发者_高级运维 to convert Tbytes to utf7but when i use TEncoding delphi gives following error.
I am working in Delphi XE2 I am converting base64 byte array to stringusing this TEncoding.UTF7.GetString(byte1)