I'm testing out Delphi7 - Personal edition. Since the personal edition doesn't come with DB support, does anyone know of a good package I can use to connect to MySQL?
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20426800.html
Hi
Anybody knows if there is any tool for memory leak detection that supports Delphi7?
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20448150.html
I Want To Access MsSql Directly (Not Through BDE) Using Delphi7
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20655644.html
Hallo,
I create a multithread directdraw program, and suddenly always lost mouse and keyboard control. After I peek the message using winsight this is what happen :
WM_NCHITTEST Sent (801,466...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_22803272.html
Dear Experts,
This is what I want my programm to do:
A user enters 3 timestamps in the 3 editboxes.
for example: edit1: 13:00, edit2: 14:00 and edit3: 15:00
By clicking on a button, a Timer...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_23129219.html
Hi,
Isn't the base class TObject just plain text, how can i get an example of the baseclass TObject?
And I try to find a picture in Delphi Help that displays the tree of all the classes.
Peter
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_23147742.html
Im trying to make an application in Delphi 7 that can display large images on screen.
I want to know how to use a mini window to navigate across the large image.
Something like the minimap in gam...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_23156760.html
Hi,
What's the diffirence between an object and a component?
P.
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_23158626.html
Hi,
What happens exactly with the methode if you call a methode that allready exists in
an ancestor class:
example:
TYPE TObject1 = class
procedure test;
end;
...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_23165895.html
How can I catch the postdata variable on the BeforeNavigate2 event , and store it into a global variable (OleVariant) to reuse it again in a later time? Can I use the statement v_postdata := postda...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_23393124.html