I need a Timer in a \'no form\' Delphi unit (there\'s still a main unit with a form), so I do this: unit ...
i am looking for an Delphi component to connect to an ORACLE database server in an direct way without install the oracle client.
I have a delphi 7 form: and my code: when I run this form in Windows 7, I see: In design time, form had polish letters in first label, but it doesn\'t have them in runtime. It looks ok on
I am using the TSaveDialog component to save a file from a button click. However, I am having trouble with saving on an existing file name. Generally, when you want to save over an existing file in Wi
How i can parse and extract the parameters from an SQL Query开发者_运维百科 using delphi? example :
I am new to Writing Windows Service apps and having problems. Written in Delphi, I have written a normal windows application to check and debug the major parts of the code and now have to convert it
Is De开发者_StackOverflow中文版lphi have any ability to write script of IDE actions? I would like On open delphi projectexecute script opening some unit. How I can do this.Test cnWizards.
In my Delphi Project i want to have a \'Settings\' button that when clicked, opens a second form (i think this is the correct term, i essentially want a new window to open) for settings.
I passed ref of interfacefrom Visio Add-ins to MyCOMServer (Interface Marshalling in Delphi have to pass interface as pointer in internals method of MyCOMServer. I try to pass interfaceto internal met
Have 6 forms, 1 Base and 5 inherited.The Base has the following snippet: procedure TMechan.Open1Click(Sender: TObject);