PDA

View Full Version : Delphi 6


Raven_Writer
01-24-2003, 08:26 PM
Does anyone know of any good sites w/ tutorials for Delphi 6? I'm assuming people will say search, but I already did..most I got was foreign language sites. You might say probably say search for pascal since they are the same, but it's not (Delphi is like VB 6 + Pascal)

Jeremy_Mc
01-24-2003, 10:27 PM
www.pscode.com

and also look on www.about.com

both of those should supply a pretty decent amount of stuff to learn from...

i like kylix (delphi for linux)...but i enjoy it even more because it's for C++ now :D

*jeremy

ttedrow
01-24-2003, 10:29 PM
procedure DelphiProgramming;
Var
Delphi:string;
Begin
GreatSite; (http://delphi.about.com/)
Delphi := 'Is much better than VB 6';
End;

Raven_Writer
01-24-2003, 11:13 PM
Originally posted by ttedrow
procedure DelphiProgramming;
Var
Delphi:string;
Begin
GreatSite; (http://delphi.about.com/)
Delphi := 'Is much better than VB 6';
End;
Thanks. Delphi is just a supped-up VB 6 in my opinion (way better though)