HAPPY BOOKSGIVING
Use code BOOKSGIVING during checkout to save 40%-55% on books and eBooks. Shop now.
Register your product to gain access to bonus material or receive a coupon.
This PDF will be accessible from your Account page after purchase and requires PDF reading software, such as Acrobat® Reader®.
The eBook requires no passwords or activation to read. We customize your eBook by discreetly watermarking it with your name, making it uniquely yours.
Borland(r) Delphi 6 Developer's Guide is a new edition of the #1 best-selling Delphi book by authors Steve Teixeira and Xavier Pacheco. Steve and Xavier are of the winners of the Delphi Informant Reader's Choice Award for both Delphi 4 Developer's Guide and Delphi 5 Developer's Guide.
Borland(r) Delphi 6 Developer's Guide is completely updated for Delphi 6 and includes in-depth coverage on Borland's new CLX architecture, DBExpress Applications, SOAP, CORBA, WebSnap and BizSnap features. It continues as a complete reference and authoritative guide to the newest version of Delphi.
Introduction.
Who Should Read This Book. Conventions Used in This Book. Delphi 6 Developer's Guide Web Site. Getting Started.
I. DEVELOPMENT ESSENTIALS.
1. Programming in Delphi.The Delphi Product Family. Delphi: What and Why. A Little History. The Delphi IDE. A Tour of Your Project's Source. Tour of a Small Application. What's So Great About Events, Anyway? Turbo Prototyping. Extensible Components and Environment. The Top 10 IDE Features You Must Know and Love. Summary.
2. The Object Pascal Language.Comments. Extended Procedure and Function Features. Variables. Constants. Operators. Object Pascal Types. User-Defined Types. Typecasting and Type Conversion. String Resources. Testing Conditions. Loops. Procedures and Functions. Scope. Units. Packages. Object-Oriented Programming. Using Delphi Objects. Structured Exception Handling. Runtime Type Information. Summary.
3. Adventures in Messaging.What Is a Message? Types of Messages. How the Windows Message System Works. Delphi's Message System. Handling Messages. Sending Your Own Messages. Nonstandard Messages. Anatomy of a Message System: VCL. The Relationship Between Messages and Events. Summary.
II. ADVANCED TECHNIQUES.
4. Writing Portable Code.General Compatibility. Delphi-Kylix Compatibility. New Delphi 6 Features. Migrating from Delphi 5. Migrating from Delphi 4. Migrating from Delphi 3. Migrating from Delphi 2. Migrating from Delphi 1. Summary.
5. Multithreaded Techniques.Threads Explained. The TThread Object. Managing Multiple Threads. A Sample Multithreaded Application. Multithreading BDE Access. Multithreaded Graphics. Fibers. Summary.
6. Dynamic Link Libraries.What Exactly Is a DLL? Static Linking Versus Dynamic Linking. Why Use DLLs? Creating and Using DLLs. Displaying Modeless Forms from DLLs. Using DLLs in Your Delphi Applications. Loading DLLs Explicitly. The Dynamically Linked Library Entry/Exit Function. Exceptions in DLLs. Callback Functions. Calling Callback Functions from Your DLLs. Sharing DLL Data Across Different Processes. Exporting Objects from DLLs. Summary.
III. DATABASE DEVELOPMENT.
7. Delphi Database Architecture.Types of Databases. Database Architecture. Connecting to Database Servers. Working with Datasets. Working with Fields. Summary.
8. Database Development with dbExpress.Using dbExpress. dbExpress Components. Designing Editable dbExpress Applications. Deploying dbExpress Applications. Summary.
9. Database Development with dbGo for ADO.Introduction to dbGo. Overview of Microsoft's Universal Data Access Strategy. Overview of OLE DB, ADO, and ODBC. Using dbGo for ADO. dbGo for ADO Components. Transaction Processing. Summary.
IV. COMPONENT-BASED DEVELOPMENT.
10. Component Architecture: VCL and CLX.More on the New CLX. What Is a Component? Component Hierarchy. The Component Structure. The Visual Component Hierarchy. Runtime Type Information. Summary.
11. VCL Component Building.Component Building Basics. Sample Components. TddgButtonEdit-Container Components. Summary.
12. Advanced VCL Component Building.Pseudo-Visual Components. Animated Components. Writing Property Editors. Component Editors. Streaming Nonpublished Component Data. Property Categories. Lists of Components: TCollection and TCollectionItem. Summary.
13. CLX Component Development.What Is CLX? The CLX Architecture. Porting Issues. Sample Components. CLX Design Editors. Packages. Summary.
14. Packages to the Max.Why Use Packages? Why Not Use Packages? Types of Packages. Package Files. Using Runtime Packages. Installing Packages into the Delphi IDE. Creating Packages. Package Versioning. Package Compiler Directives. Package Naming Conventions. Extensible Applications Using Runtime (Add-In) Packages. Exporting Functions from Packages. Obtaining Information About a Package. Summary.
15. COM Development.COM Basics. COM Meets Object Pascal. COM Objects and Class Factories. Distributed COM. Automation. Advanced Automation Techniques. TOleContainer. Summary.
16. Windows Shell Programming.A Tray-Notification Icon Component. Application Desktop Toolbars. Shell Links. Shell Extensions. Summary.
17. Using the Open Tools API.Open Tools Interfaces. Using the Open Tools API. Form Wizards. Summary.
V. ENTERPRISE DEVELOPMENT.
18. Transactional Development with COM+/MTS.What Is COM+? Why COM? Services. Runtime. Creating COM+ Applications. COM+ in Delphi. Summary.
19. CORBA Development.CORBA Features. CORBA Architecture. Interface Definition Language (IDL). The Bank Example. Complex Data Types. Delphi, CORBA, and Enterprise Java Beans (EJBs). CORBA and Web Services. Summary.
20. BizSnap Development: Writing SOAP-Based Web Services.What Are Web Services? What Is SOAP? Writing a Web Service. Invoking a Web Service from a Client. Summary.
21. DataSnap Development.Mechanics of Creating a Multitier Application. Benefits of the Multitier Architecture. Typical DataSnap Architecture. Using DataSnap to Create an Application. More Options to Make Your Application Robust. Real-World Examples. More Client Dataset Features. Classic Mistakes. Deploying DataSnap Applications. Summary.
VI. INTERNET DEVELOPMENT.
22. ASP Development.Understanding Active Server Objects. The Active Server Object Wizard. ASP Session, Server, and Application Objects. Active Server Objects and Databases. Active Server Objects and NetCLX Support. Debugging Active Server Objects. Summary.
23. Building WebSnap ApplicationsWebSnap Features. Building a WebSnap Application. Advanced Topics. Summary.
24. Wireless Development.Evolution of Development-How Did We Get Here? Mobile Wireless Devices. Radio Technologies. Server-Based Wireless Data Technologies. Wireless User Experience. Summary.