What book you advise me to read about Delphi language, not VCL, WinAPI, etc.? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-15T00:31:40Z http://stackoverflow.com/feeds/question/348308 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/348308/what-book-you-advise-me-to-read-about-delphi-language-not-vcl-winapi-etc 2 What book you advise me to read about Delphi language, not VCL, WinAPI, etc.? chester89 2008-12-07T23:24:06Z 2009-04-29T06:43:58Z <p>I think I know Turbo Pascal quite well. <br> Now I`d like to switch to Delphi, and I need the book on exactly the language and its abilities, not about VCL components and IDE features. <br> Which book would you advice me to read? I started Marco Cantu "Mastering Delphi 7" but soon understood it is too complicated for me.</p> http://stackoverflow.com/questions/348308/what-book-you-advise-me-to-read-about-delphi-language-not-vcl-winapi-etc/348322#348322 1 Answer by Bevan for What book you advise me to read about Delphi language, not VCL, WinAPI, etc.? Bevan 2008-12-07T23:33:14Z 2008-12-07T23:33:14Z <p><strong>Delphi Component Design</strong> by Danny Thorpe (ISBN 0201461366) would be good value for you because a lot of the early design work in the Object Pascal language was driven by the needs of component oriented development.</p> <p>You'll have to look for a second hand copy though, 'cause it's out of print.</p> http://stackoverflow.com/questions/348308/what-book-you-advise-me-to-read-about-delphi-language-not-vcl-winapi-etc/348354#348354 4 Answer by Steve for What book you advise me to read about Delphi language, not VCL, WinAPI, etc.? Steve 2008-12-07T23:53:55Z 2008-12-08T09:15:29Z <p>Actually Delphi <strong>IS</strong> the VCL and the VCL <strong>IS</strong> Delphi. You can't, and shouldn't learn the language features in isolation of the VCL. </p> <p>My advice would be to not get too ahead of yourself, and just use the knowledge you have of object pascal in conjunction with the VCL. In time, as you get more comfortable, you'll find Marco's book much easier to read, and can then start to add to your knowledge. Pick a small application, and build it in Delphi. There's no better way to learn then by doing!</p> <p>Also, as with any other language and framework, you will continue learning something new everyday. I still learn something new everyday, and I've been using Delphi since Delphi 1. How many years is that?</p> http://stackoverflow.com/questions/348308/what-book-you-advise-me-to-read-about-delphi-language-not-vcl-winapi-etc/348364#348364 12 Answer by Nick Hodges for What book you advise me to read about Delphi language, not VCL, WinAPI, etc.? Nick Hodges 2008-12-07T23:57:42Z 2008-12-07T23:57:42Z <p>I recommend Marco Cantu's Essential Pascal, which is exactly what you are looking for:</p> <p><a href="http://www.marcocantu.com/epascal/" rel="nofollow">http://www.marcocantu.com/epascal/</a></p> <p>Highly recommended.</p> http://stackoverflow.com/questions/348308/what-book-you-advise-me-to-read-about-delphi-language-not-vcl-winapi-etc/348420#348420 1 Answer by Argalatyr for What book you advise me to read about Delphi language, not VCL, WinAPI, etc.? Argalatyr 2008-12-08T00:34:50Z 2008-12-08T00:34:50Z <p>Xavier Pacheco's <em>Delphi 6 Developer's Guide</em> is a great book. Though obviously somewhat dated on some specifics, the concepts are solid. It's available for less than $4 (used) on Amazon for example.</p> http://stackoverflow.com/questions/348308/what-book-you-advise-me-to-read-about-delphi-language-not-vcl-winapi-etc/348583#348583 0 Answer by lkessler for What book you advise me to read about Delphi language, not VCL, WinAPI, etc.? lkessler 2008-12-08T03:11:57Z 2008-12-09T15:48:34Z <p>Steve is correct. Pascal is the language that Delphi uses. If you know Turbo Pascal, then you only need to learn how the IDE works and what the various VCL components are.</p> <p>I'd stick to Mastering Delphi 7 (a great book) and learn about Object Oriented programming, the VCL and how to use the IDE effectively. </p> <p>p.s. Don't worry too much about the things you don't understand. When I first learned Delphi, there was a lot I didn't understand (OOP is not easy), so don't worry about trying to learn it all. Just get familiar with it. Then when you start using it, it will become clear.</p> http://stackoverflow.com/questions/348308/what-book-you-advise-me-to-read-about-delphi-language-not-vcl-winapi-etc/348957#348957 3 Answer by Vegar for What book you advise me to read about Delphi language, not VCL, WinAPI, etc.? Vegar 2008-12-08T09:04:17Z 2008-12-08T09:04:17Z <p>One book not allready mentioned is <a href="http://oreilly.com/catalog/9781565926592/" rel="nofollow">Delphi in a nutshell</a>. I think one of the first few chapters, that explains the object model, is really usefull to better understand delphi. The reference chapters (most of the book) is also a very useful addition to the helpfile.</p> http://stackoverflow.com/questions/348308/what-book-you-advise-me-to-read-about-delphi-language-not-vcl-winapi-etc/349201#349201 2 Answer by pglowack for What book you advise me to read about Delphi language, not VCL, WinAPI, etc.? pglowack 2008-12-08T11:10:25Z 2008-12-08T11:10:25Z <p>"DelphiLanguageGuide.pdf" could be also useful. One can be found here: <a href="http://www.win.tue.nl/~wstomv/edu/delphi/DelphiLanguageGuide.pdf" rel="nofollow">http://www.win.tue.nl/~wstomv/edu/delphi/DelphiLanguageGuide.pdf</a> (Note that Delphi for .NET is no longer available, as it is replaced with Delphi Prism)</p> http://stackoverflow.com/questions/348308/what-book-you-advise-me-to-read-about-delphi-language-not-vcl-winapi-etc/359228#359228 0 Answer by unknown (yahoo) for What book you advise me to read about Delphi language, not VCL, WinAPI, etc.? unknown (yahoo) 2008-12-11T12:49:50Z 2008-12-11T12:49:50Z <p>When learning Delphi I had to climb a very steep learning curve.</p> <p>Even today I feel that there are no good books available for Delphi.</p> <p>I am also trying to find good books which will teach me complete OOPs as implemented in Delphi Pascal but unfortunately there are none.</p> <p>Almost all good authors of past have ditched Delphi and moved on to greener pasture....</p> http://stackoverflow.com/questions/348308/what-book-you-advise-me-to-read-about-delphi-language-not-vcl-winapi-etc/801154#801154 0 Answer by marcov for What book you advise me to read about Delphi language, not VCL, WinAPI, etc.? marcov 2009-04-29T06:43:58Z 2009-04-29T06:43:58Z <p>Cantu's book (free and otherwise), manuals of old Delphi's when they still came with deadwood editions, as well as the Free Pascal language reference manual (to get a bit more examples)</p>