This is the directory of the first draft of my new book. I wrote nearly half a year. It can be said that it is very hard, but I feel very worthwhile, but I have been in my heart, I am afraid that it is hard to change.
I am very happy that many friends on 9CBS look forward to this book, so I want to share some of you after completing the first draft.
Note: The directory of the official manuscript may have a slight difference with this directory.
And this book topic, if you want to join what, please tell me, thank you.
The book is the full text, you can see here: http://www.9cbs.net/expert/topicview1.asp? Id = 472727
------------------------ "Delphi master breakthrough" preliminary list
Chapter 0 About this book 0.1 This book is nothing? 0.2 What is this book? 0.3 This book is nothing? 0.4 What is this book? 0.5 This chapter introduces 0.6 book support page
1st article Delphi and OOP
Chapter 1 Re-recognizing Delphi 5 1.1 Development Tool "People-oriented" Theory 1.2 Delphi More Advantages 1.3 This book Theme 1.4 Summary Chapter 2 Object-Oriented Programming Technology Foundation 2.2 Package 2.3 Inheritance Essent 2.4 Polymorphism Essentially 2.5 Summary Chapter 3 Exceptions and Error Treatment 3.1 Abnormal Essentials 3.2 Creating Other Abnormalities 3.3 Try ... Finally 3.4 Construction Functions and Abnormal 3.5 Summary
2nd article VCL and components
Chapter 4 VCL Library 4.1 VCL Overview 4.2 Tobject and Message Distribution 4.3 TControl and Windows Messages 4.4 TAPPLICATION and Primary Message Cycle 4.5 TCUSTOMFORM and Modal Window 4.6 Summary Chapter 5 Extended VCL Library 5.1 Component Foundation 5.2 Extension Existing Components 5.3 Homemade Component 5.4 Components on CDs and demo code 5.5 small knots
Article 3 OOP and code design
Chapter 6 Code Design Foundation 6.1 Creating a Good Design 6.2 Using OOP Code Design 6.3 Summary Chapter 7 Code Design Example - SUNNY SmartNote 7.1 Requirements Overview and Code Style Description 7.2 IssNEditor / TSSNEDITOR / TSSNWorkspace 7.3 TSSnWorkspaceMgr / TSSnWorkspace 7.4 constructor TSSNEDITORCTOR / TSSNWORKSPACEMGRCTOR 7.5 Event delegate TSSNEVENT / TSSNWORKSPACEEVENT 7.6 Other Modules 7.7 Code Description 7.8 Summary on CD