ive a news server Built on Delphi7, using Indy9 TId开发者_如何学运维TCPServer, and the clients are using TClientSocket from ScktComp for size, and the traffic is encrypted in RC4 (string)
How to add parameters in TSmartQuery? I mean on the Parameter tab which can be seen when I click on params properties.
I\'m authenticating with OAuth getting my request token, authorizing, doing POST to get the AccessToken and then pulling my user_timeline.xml
I\'ve run into the following problem: My Delphi7 program runs smoothly on most computers running WinXP/Vista/7 BUT on some older Windows XP installs (only a few) I\'m getting the following problem:
InvalidateRow and InvalidateColum are not working for TStringGrid. The methods will not invalidate the entire Row/Col.
A little background of the program: The program uses a tabbed interface to work on multiple files at the same time.
I made a database with paradox 7. The usual search I开发者_JAVA技巧 do is a syntax like this: Table.Filter := \'Country=\' + QuotedStr(Edit.Text);
Is any other way to compare 2 TGUID elem开发者_如何学Goents, except transform them into strings (the guidtostring function) and after evaluate the expression, in Delphi 7?You can use IsEqualGUID API d
I a开发者_StackOverflowm trying to create a TClientsocket at runtime but I can\'t assign the events.
I need to know when the row/column property of a grid was changed in order to do some processing. In TStringGrid Row property is