delphi-2007
Cant use Delphi 2007 on win7 64Bits
This is really wierd i can open Delphi 2007 without any errors but i can\'t start a new project or e开发者_Python百科ven open an excisting one. i tried reïnstalling 3 time without any succes and also[详细]
2023-02-21 00:52 分类:问答How to fill a combobox when a row in a dbgrid is selected?
In Delphi 2007 I have a DBGrid. I need to fill a ComboBox when a row in the DBGrid is selected. The data in the the ComboBox depends on the selected row, and can be different for each selected row.[详细]
2023-02-20 07:41 分类:问答Cast a TInterfacedObject to an interface
According to the Delphi docs, I can cast a TInterfacedObject to an interface using the as operator. But it doesn\'t work for me. The cast gives a compile error: \"Operator not applicable to this oper[详细]
2023-02-19 20:35 分类:问答How do I position a TOpenDialog
I have got a Delphi application which uses TOpenDialog to let the user select a file. By default, the open dialog is displayed centered on the current monitor which nowadays can be \"miles\" away from[详细]
2023-02-18 22:53 分类:问答Delphi - inherit from a class and an interface (adapter pattern)?
I am trying to do the GoF adapter pattern and in the C# example that I am following the Adapter class is inheriting the original class and an adapting interface.[详细]
2023-02-18 04:36 分类:问答Difference between Interfaces in Delphi 7 and Delphi 2007
We are having trouble with a memory leak that happens only when the application is running (there is no FastMM report when we close the application).[详细]
2023-02-17 13:00 分类:问答Delphi: Internet Based Data Source
I have a database client application that runs on a LAN connected to a SQL Server database on the network. I now want to move the database online to a hosted internet server, however, continuing a nor[详细]
2023-02-17 09:50 分类:问答Retrieving metadata of the result of a TQuery
In our application a user can enter SQL code to retrieve data from a NexusDB database. We want to determine the metadata of the result of such a query without actually executing the query. We use the[详细]
2023-02-16 20:40 分类:问答How do I properly use the WaitForSingleObject method to wait for an external program to terminate?
I\'m trying to launch an external application with elevated status, and wait until it exits before continuing:[详细]
2023-02-15 20:36 分类:问答How do I move multiple nodes at once in a TJvTreeView?
When you select multiple nodes of a JvTreeView, and then try to drag these nodes, the JvTreeView selects the node you clicked to drag, rather than initiating dragging all the selected nodes. You end u[详细]
2023-02-13 01:26 分类:问答