delphi-2007
How can I tell when a Delphi TDBGrid has finished populating from a database?
I have a database populating a TDBGrid in Delphi 开发者_JAVA技巧2007 Pro.When the grid finishes populating, I want to automatically fill a list box based on data processed from the grid.I can do this[详细]
2023-01-19 06:39 分类:问答Delphi MainFormOnTaskBar Modal windows bug
HI I\'m using Delphi 2007 and have set the MainFormOnTaskBar property to true. The issue that I\'m having is this.[详细]
2023-01-17 01:04 分类:问答List code without reference
I use Bold for Delphi with D2007. The model is rather big and now I discover we have many methods in the model that are not called. The compiler should give a hint about it but it is quiet.[详细]
2023-01-16 01:38 分类:问答How to use ManagementObjectSearcher in Delphi?
I found on internet but I didn\'t got how can I use ManagementObjectSearcher in delphi. My main question which file I have to add in 开发者_JAVA技巧\'uses\'.[详细]
2023-01-15 04:14 分类:问答Add a border icon to the form
Using Delphi I would like to add another button to the border icon buttons; close, maximize, minimize. Any ideas on h开发者_开发问答ow to do this?This was easy to do prior to Windows Aero. You simply[详细]
2023-01-14 20:02 分类:问答Get richtext from a richedit in Delphi
Is there a way to get the RTF data from a richedit without using savetostream as in strStream := TStringStream.Create(\'\') ;[详细]
2023-01-14 03:13 分类:问答Delphi 2007 IDE crashes when I try to use "Find References" under Search menu
After upgrading to Windows开发者_JAVA百科 7 all seems to work in my Delphi 2007 version except this one.[详细]
2023-01-14 00:15 分类:问答How to make sure a dialog is always front of the main window
I have not yet found the best solution for this. I have a non modal dialog that can be opened in unlimited instances by a hotkey in the application. Even the dialog itself can open a new instance. I w[详细]
2023-01-12 22:42 分类:问答How to use minWidth, minHeight of a DevExpress LayoutControl?
I have started to use DevExpress LayoutControl a bit. It feels powerful but I don\'t get it as I want. I want to set a minwidth and minheight of components as you can\'t have a dialog real small and i[详细]
2023-01-12 02:38 分类:问答Delphi: Access type defined in dll for use as return type
I am writing a DLL with one function in it. This functions return value is a datatype defined in code within the DLL. On the applications side where I reference the function as an external c开发者_高级[详细]
2023-01-11 22:55 分类:问答