Using delphi 7: How can I add an integer to the object portion of a stringlist item, using AddObject? How can I retriev开发者_如何学运维e the integer back from a object
I would like to create a SQL statement to later be used in my code, that gets the date range for the current month.
I have created one form in delphi 7 and added one combobox on it. The combobox contains the list of items. I dont want that user can enter the value to Combobox so i have set
Delphi-7, DevExpress ExpressQuantumGrid Suite For Delphi.BCB v5.8 Fianl I have a lookupcombobox column in cxGrid named emaillist_id. Where emaillist_id is KeyField and Email is ListField. A user can
In the past I used INI-开发者_Go百科Files to store unicode text, but now I need to store unicode text in the executable. How can I achieve this?
How do I create rich UI in Delphi when I\'m having set of PNG images provided? I need to \"skin\" the buttons / panels / page controls with PNG images.
In Delphi 7 IDE, do the lines need to be a given length? I see a gray line in some Delphi code I\'m workin开发者_开发问答g with, and it looks like ever line ends right before it.It\'s called the right
Using Delphi 7 and interbase 7 Is it possib开发者_如何学运维le to delete a master detail record and all of its nested detail records in one SQL statement?
This question already has an answer here: 开发者_StackOverflow中文版Closed 11 years ago. Possible Duplicate:
I\'ve managed to port RC4 implementation from PolarSSL to delphi, since I need an encrypted communication between 2 applications (C and Delphi), but the problem is, the encrypted data is never the sam