I was working on updating a D6 media library to XE over the weekend.I got it working with a surprisingly low number of Unicode-related errors, but there are a few things I\'d like to try to improve.
In Delphi 7, an image editor program is included, which can read and write .dcrfiles, which are merely binary resource files (.res files) with a different extension, which by convention indicates that
Tpanel does not show the top and left border under Delphi XE/Win 7. Why? Example (I just dropped few TPanel from pallete to my form, inside of a TTabSheet):
I have created a REST Web service using DataSnap in Delphi XE. I am calling server methods using the XMLHttpRequest JavaScript object. I am passing the username and password for authentication in the
Using dev express makes it really easy to extend the Quantum Grid Views as described in http://devexpress.com/Support/Center/KB/p/A334.aspx开发者_运维技巧?searchtext=viewinfo
I have: unit unt_QuantumGridInterceptor; {$OPTIMIZATION OFF} interface uses { DevExpress } cxGridRows, cxGridTableView,
Some people are saying tha开发者_C百科t I must update the controls in Win3.1 palette (especially TFilterComboBox) with modern ones. But does Delphi provide such new controls?
I\'m having the known issue: IdTCPServer hangs while trying to deactivate it. I\'ve read lots of articles concerning such problem and I\'m aware of the deadlock happening. But it\'s difficult for me t
I using Delphi XE, i\'ve the foll开发者_如何学Goowing rc file: DB.PREFIXsql_db{ \"ALPHA\\0\" } DB.MAJORsql_db{ 1 }
I have a secondary thead (TMyWaitFor) on my application which executes a few worker threads (TFooThr) and wait for the finalization of these threads using the WaitForMultipleObjectsfunction