Delphi
Delphi is a software development package created by Borland.
Application
Any
Platform
Any
License
Any
Hi Emma,
Have a look at this shareware tool for conversion into DXF: http://www.cadsofttools.com/en/products/cadviewx.html - it is an ActiveX technology though.
You can look here as well:...
I used pascal in the distant past, but haven't touched it in 15 years. I now have to resurrect an ancient Delphi application that was written as an activex control. I have a virtual machine with...
Hi
I want to create a component at runtime, I can do that very easily. The problem I have is how do I assign a procedure to an event like... onclick?
Darkwing Duck aka DWduck signing off :)
Good day
Can someone please tell me how I can create a a "drap and drop"-able Label.
Basically I want to createa label upon request at runtime and it must me "drag and drop"-able?...
I need book about Delphi programing, thanks!
Well I'm using sql database. What I want to be able to do is at runtime, the user will specify a set of parameters (bound by what I make available to them) via comboboxes, when they click search I...
Hi!
I suggest you to manipulate data by setting the sql, and using sql queries instead of using filters, it will be faster, than filter the table (if I understand the question properly).
What...
Ok so I have this procedure that creates series for my chart at runtime, it works fine, the first time. While the program is running I have to at one point when the user clicks an icon, I have to...
Import Type Library and when I try to add the dll I get the message 'Error accessing OLE registry.'. I don't get this problem with Windows XP.
Hello,
I want to create a form with a twebbrowser and a tedit box, more if needed.
Then lets say, I want the browser to be on google.com and when I type in the search bar I want it to type in...
Hello everyone, I am using Delphi2010 and I'm
trying to do an insert into multiple tables. I
don't know the best way to do this. What I'm
wondering is if there is a possible way to do
one...
I'M USING AN APPLICATION NAMED PROHOME WHICH IS A CONSTRUCTION MANAGEMENT/PRICING APPLICATION. BUNDLED WITH THE APP IS A REPORT DESIGNER CALLED REPORT BUILDER V6.03. AS A PERSON WHO HAS NEVER WORKED...
Hi,
Can someone show me how to use "IShellExecuteHook.Execute" in Delphi please?
Description:
This method is called any time the ShellExecute or ShellExecuteEx functions are
called. This...
I'm writing an application to display statistics within a third party window. Applications I've seen that do this show multiple “heads up displays” in each window. I assume the way to do this is to...
The following function will help:
Function ISPolindrome(Num:Integer): Boolean;
Var
J : Integer;
Str1,Str2,Str3 : String;
Begin
Str(Str1,Num);
Str2 := Copy(Str1,1,Length(Str1)...
I'm using SQL database with Delphi 7 what I need to dois filter a database, with SQL code? My current setup is TADOConnection, connected to the SQL database, then ADOTable, connected to the...
Hi :)
I'm using delphi 7. I'm trying to make a progamme where i could check if number is palindrome (symmetrical ... for example 123 -isnt palindrome 2345432 - is palindrome).... (number input in...