I'm able to delete or add fields to an Access table using Delphi code but am struggling to do the same with an Excel table.
The ALTER TABLE SQL syntax I use with Access doesn't seem to work whe...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_23181971.html
I am experiencing some huge memory leak problems and I am not sure how to solve them. It could be that an external package my be causing them, but I am fairly sure it's me.
code below, I have ta...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_23525006.html
How can i retrieve the computer's BIOS date with Delphi Pascal (16 bits version)?
I tried memory location Mem[$FFFF:$0005] but this gives a general protection failure
http://www.experts-exchange.com/Programming/Languages/Pascal/Q_10020272.html
Zones:
PascalDate Answered: 10/14/1997 Rating: 7.8 Views: 0
OK, bit of a weird question here, seem as turbo pascal is so similar to delphi I thought some one might know the answer.
How do you load text files and edit and save them in turbo pascal?
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_11349657.html
Hi Experts,
I think i have a bit of a tricky situation here.
I have a client that requires some General Ledger Tools written and they have some very specific criteria.
The criteria is:
...
http://www.experts-exchange.com/Programming/Languages/Pascal/Q_23100922.html
I want to find a fast way to read large(100mb+) text files and parse them into a ListBox(TStringList).
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_23102856.html
Ok, the reason for the low point count on this is that I am just looking for information(although working code would allow me to up the point count).
What I'm trying to do is code a server prog...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_23125330.html
I'm basically trying to get the company name in dll's. Anyone know of a way other than VerQueryValue(). Iit wasn't returning it yet I know that the Company Name is filled.
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_23132524.html
I am using Delphi to create a virtual user that fills in a form in another application. In this form, there are some cases where certain fields get filled in and other times where they do not. I ...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_23141350.html
The attatched snipped is what I am trying to translate:
What I have so far is this and it likes to give an access violation:
const
cmtNormal : Integer = 0;
cmtSystem : Integer = 1;
cmt...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_23167162.html