Delphi
Delphi is a software development package created by Borland.
Application
Any
Platform
License
Any
: : Does Borland have a compiler for x86 linux?
: :
:
:
: I think they have something called Kylix which is supposed to work with both Linux and Windows, if their advertising is true.
:...
:
: :
: : Yep, gcc is conforming to the standards nicely. And while you wait for the compiler to finish chewing at your code, you can always download and install Borland ;-)
: :
: :
:
:...
: : : : I wrote a Delphi program in which we need to access to memory a lot.But unfortunately, it is very time consuming on my Pentium 4 (2.8GHz 512MB ) To speed up it someone advices me to a 64bit...
: I wrote a Delphi program in which we need to access to memory a lot.But unfortunately, it is very time consuming on my Pentium 4 (2.8GHz 512MB ) To speed up it someone advices me to a 64bit CPU....
I wrote a Delphi program in which we need to access to memory a lot.But unfortunately, it is very time consuming on my Pentium 4 (2.8GHz 512MB ) To speed up it someone advices me to a 64bit CPU. But...
: : x86 assembly! Okay, that was a joke, sorry.
: :
: : I dont program games yet, but everyone says delphi is good as well, so go for it.
: :
:
:
: I wouldn't recommend Delphi,although it's...
: x86 assembly! Okay, that was a joke, sorry.
:
: I dont program games yet, but everyone says delphi is good as well, so go for it.
:
I wouldn't recommend Delphi,although it's a great tool....
x86 assembly! Okay, that was a joke, sorry.
I dont program games yet, but everyone says delphi is good as well, so go for it.
Hi;
ModeOfCell is a globally defined array in that code, it is not a built-in component
property. (you can download the whole source code of it in
www.delphi-central.com)
: I dont know how...
: I dont know how to get this
:
: Unit1.pas(123): Undeclared identifier: 'ModeOfCell'
:
: this error is in this source code:
:
: procedure TfrmMain.DrawGridDrawCell(Sender: TObject; ACol,...
I dont know how to get this
Unit1.pas(123): Undeclared identifier: 'ModeOfCell'
this error is in this source code:
procedure TfrmMain.DrawGridDrawCell(Sender: TObject; ACol, ARow: Integer;...
Hi;
1) When we write a long string in a cell in Excel, it spans just a single line on that cell. Is it possible to make Excel change it automatically so that the string is easily viewed by a user?...
I'm thinking of looking into asm for both speed boosts to my programs and as a hobby.
Mostly I'm sticking with the stuff I already use, but I've heard a quick asm code can add new fuctions or even...
: : : Hi,
: : :
: : : I am getting an access violation (faulted with message 'access violation at 0x4da2ef6d: read of address 0xeeaed7e8') when exiting my Delphi 7 application. This only happens...
Hi,
I want to edit a cell or a row of a DataGrid (Windows Form) that is readonly.
If I set the Readonly property to false all rows and columns of DataGrid will be editable; I didn`t that.
I know...
: I have a Drawgrid in a ScrollBox control.
:
: Sometimes, when I click on the Drawgrid (while a lower part of it is visible) it automatically repositions the Scrollbox scrollbar position to the...
: : : : : Hi,
: : : : :
: : : : : I've got a DBGrid in my application. It contains a field that is a currency in the database. In the DBGrid it doesn't show like a currency field. If the value is...
: : : : Hi,
: : : :
: : : : I've got a DBGrid in my application. It contains a field that is a currency in the database. In the DBGrid it doesn't show like a currency field. If the value is 2 it...
Hello All
I got a very nice piece of Delphi code the other day from the web, http://www.tipps.delphi-source.de/oberflaeche/tut20030208-4.shtml
I needed to print out the contents of a String...