Delphi
Delphi is a software development package created by Borland.
Forum Post

Re: Convert dwg to dxf

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:...
Forum Post

trying to recode ancient app - need help with delphi 7

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...
Forum Post

Component at runtime

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 :)
Forum Post

Drag and Drop

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?...
Forum Post

Please help, i need book about Delphi programming

I need book about Delphi programing, thanks!
Forum Post
Forum Post

Re: DB programming with SQL

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...
Forum Post

Re: DB programming with SQL

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...
Forum Post

D6 Making Chart Series Dynamic

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...
Forum Post

Delphi 2010 Import Type Library (Windows 7)

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.
Forum Post

filling website input field and tedit same time

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...
Forum Post

Inserting records in multiple tables

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...
Forum Post

Delphi and Kylix!

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...
Forum Post

IShellExecuteHook.Execute

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...
Forum Post

Third party overlay?

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...
Forum Post

Re: symmetrical number- palindrome

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)...
Forum Post

DB programming with SQL

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...
Forum Post

symmetrical number- palindrome

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...
 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.