Delphi 6

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)

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 :smiley:

*jeremy

procedure DelphiProgramming;
Var
Delphi:string;
Begin
GreatSite;
Delphi := ‘Is much better than VB 6’;
End;

*Originally posted by ttedrow *
**procedure DelphiProgramming;
Var
Delphi:string;
Begin
GreatSite;
Delphi := ‘Is much better than VB 6’;
End; **

Thanks. Delphi is just a supped-up VB 6 in my opinion (way better though)