I maybe need to do a project in Delphi and are a beginner in that field. Currently, I am searching the net for ressources and get confused because there are so few resource sites.
First of: can you give me some good websites with resources for Delphi I missed so far?
I was also searching for data structures in Delphi and was wondering if there are cool classes like an ArrayList in Java or something like that?
exist many resources for a Delphi beginner, see theses questions in StackOverflow
A good book about data structures in Delphi is tomes of delphi: algorithms and data structures
(source: boyet.com)
I think wich the ArrayList Class in Java is very similar to the Generics list ( TList< T> ) introduced in delphi 2009. you can check also the TList Class in delphi.
Bye.
I think DelphiFeeds is a good starting point. There are links to many other Delphi websites including TorryNet where you can find many open source components.
As for structures look at TStrings/TStringList and TList. I use them very often.
For other classes and functions look at Delphi Basics. There are descriptions and code examples.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With