The Tomes of Delphi

The Tomes of Delphi

Author: Julian Bucknall

Publisher:

Published: 2001

Total Pages: 552

ISBN-13:

DOWNLOAD EBOOK

Featuring a wealth of code examples appropriate for practicing developers, this advanced-level guide provides comprehensive coverage of such topics as arrays, binary trees, data compression. The CD includes the author's highly successful freeware library, EZDSL, along with the code from the book.


.NET 2.0 for Delphi Programmers

.NET 2.0 for Delphi Programmers

Author: Jon Shemitz

Publisher: Apress

Published: 2006-11-22

Total Pages: 527

ISBN-13: 1430201746

DOWNLOAD EBOOK

* Good coverage of C# as well as Delphi for .NET. * Not a port of a Delphi book – tightly focused on what’s new which includes the FCL overview that you need to make sense of the Microsoft documentation. * Particularly clear and well-written.


The Charioteer of Delphi

The Charioteer of Delphi

Author: Caroline Lawrence

Publisher: Macmillan

Published: 2007-10-02

Total Pages: 236

ISBN-13: 9781596430853

DOWNLOAD EBOOK

The 12th and final book in the popular Roman Mysteries series finds first-century sleuths Flavia, Nubia, Jonathan, and Lupus plunged into the exciting world of chariot racing to solve new mystery.


Mastering Borland Delphi 2005

Mastering Borland Delphi 2005

Author: Marco Cant?

Publisher: Sybex

Published: 2005-08-19

Total Pages: 998

ISBN-13:

DOWNLOAD EBOOK

If you're looking to capitalize on the powerful capabilities of Delphi 8, this is your essential resource. Named "Best Book" by Delphi Informant magazine, its practical, tutorial-based coverage helps you develop key skills, solve tough problems, and build functionality in your applications.


Fearless Cross-Platform Development with Delphi

Fearless Cross-Platform Development with Delphi

Author: David Cornelius

Publisher: Packt Publishing Ltd

Published: 2021-10-22

Total Pages: 544

ISBN-13: 1800209258

DOWNLOAD EBOOK

Learn to rapidly build and deploy cross-platform applications from a single codebase with practical, real-world solutions using the mature Delphi 10.4 programming environment Key FeaturesImplement Delphi's modern features to build professional-grade Windows, web, mobile, and IoT applications and powerful serversBecome a Delphi code and project guru by learning best practices and techniques for cross-platform developmentDeploy your complete end-to-end application suite anywhereBook Description Delphi is a strongly typed, event-driven programming language with a rich ecosystem of frameworks and support tools. It comes with an extensive set of web and database libraries for rapid application development on desktop, mobile, and internet-enabled devices. This book will help you keep up with the latest IDE features and provide a sound foundation of project management and recent language enhancements to take your productivity to the next level. You'll discover how simple it is to support popular mobile device features such as sensors, cameras, and GPS. The book will help you feel comfortable working with FireMonkey and styles and incorporating 3D user interfaces in new ways. As you advance, you'll be able to build cross-platform solutions that not only look native but also take advantage of a wide array of device capabilities. You'll also learn how to use embedded databases, such as SQLite and InterBase ToGo, synchronizing them with your own custom backend servers or modules using the powerful RAD Server engine. The book concludes by sharing tips for testing and deploying your end-to-end application suite for a smooth user experience. By the end of this book, you'll be able to deliver modern enterprise applications using Delphi confidently. What you will learnDiscover the latest enhancements in the Delphi IDEOvercome the barriers that hold you back from embracing cross-platform developmentBecome fluent with FireMonkey controls, styles, LiveBindings, and 3D objectsBuild Delphi packages to extend RAD Server or modularize your applicationsUse FireDAC to get quick and direct access to any dataLeverage IoT technologies such as Bluetooth and Beacons and learn how to put your app on a Raspberry PiEnable remote apps with backend servers on Windows and Linux through REST APIsDevelop modules for IIS and Apache web serversWho this book is for This book is for Delphi developers interested in expanding their skillset beyond Windows programming by creating professional-grade applications on multiple platforms, including Windows, Mac, iOS, Android, and back-office servers. You'll also find this book useful if you're a developer looking to upgrade your knowledge of Delphi to keep up with the latest changes and enhancements in this powerful toolset. Some Delphi programming experience is necessary to make the most out of this book.


Delphi in a Nutshell

Delphi in a Nutshell

Author: Ray Lischner

Publisher: "O'Reilly Media, Inc."

Published: 2000-03-16

Total Pages: 579

ISBN-13: 1565926595

DOWNLOAD EBOOK

The opening chapters discuss the Delphi object model, runtime type information and concurrent programming, while the bulk of the book is a language reference with every keyword, directive, function, procedure, variable, class, method, and property that is part of Delphi Pascal. Annotation copyrighted by Book News, Inc., Portland, OR


The Turnaround Kid

The Turnaround Kid

Author: Steve Miller

Publisher: Harper Collins

Published: 2009-10-13

Total Pages: 276

ISBN-13: 0061754854

DOWNLOAD EBOOK

For the past thirty years, Steve Miller has done the messy, unpleasant work of salvaging America's lost companies with such success that the Wall Street Journal has dubbed him "U.S. Industry's Mr. Fix It." From his very first crisis assignment as point man for Lee Iaccoca's rescue team at Chrysler, Miller built an international reputation while fixing major problems in such varied industries as steel, construction, and health care. Most recently, as chairman and CEO of the bankrupt automotive parts manufacturer Delphi Corporation, he has confronted head-on the major issues threatening the survival of Detroit's Big Three. A battle is being fought in the heart of industrial America—or what is left of it—Miller observes. In the auto industry as well as every manufacturing corporation, management and labor are at loggerheads over wages and the skyrocketing costs of employee benefits. The way out of this battle is often painful and Miller is deeply aware of the high price individual workers and many communities have had to pay as a result. In this frank and unsparing memoir, Miller reveals a rarely seen side of American management. Miller recounts the inside story of the many turnaround jobs that have led to his renown as Mr. Fix It. But he also paints an intimate picture of his relationship with Maggie Miller, his wife of forty years, with whom Miller shares the credit for his success. Described by Miller as "my mentor and tormentor," Maggie served as his most trusted adviser and kept him focused on what truly matters until her death from brain cancer in 2006. A deeply moving personal story and timely snapshot of the state of American manufacturing and what it will take to restore it to profitability, The Turnaround Kid is Steve Miller's fascinating look at his education as an American executive.


Delphi High Performance

Delphi High Performance

Author: Primož Gabrijelčič

Publisher: Packt Publishing Ltd

Published: 2018-02-26

Total Pages: 328

ISBN-13: 1788621247

DOWNLOAD EBOOK

Build fast, scalable, and high performing applications with Delphi Key Features Build efficient and concurrent applications in Delphi with focused examples Identify performance bottlenecks and apply the correct algorithm to increase the performance of applications. Delve into parallel programming and memory management to optimize your code Book DescriptionDelphi is a cross-platform Integrated Development Environment (IDE) that supports rapid application development for Microsoft Windows, Apple Mac OS X, Google Android, iOS, and now Linux with RAD Studio 10.2. This book will be your guide to build efficient high performance applications with Delphi. The book begins by explaining how to find performance bottlenecks and apply the correct algorithm to fix them. It will teach you how to improve your algorithms before taking you through parallel programming. You’ll then explore various tools to build highly concurrent applications. After that, you’ll delve into improving the performance of your code and master cross-platform RTL improvements. Finally, we’ll go through memory management with Delphi and you’ll see how to leverage several external libraries to write better performing programs. By the end of the book, you’ll have the knowledge to create high performance applications with Delphi.What you will learn Find performance bottlenecks and easily mitigate them Discover different approaches to fix algorithms Understand parallel programming and work with various tools included with Delphi Master the RTL for code optimization Explore memory managers and their implementation Leverage external libraries to write better performing programs Who this book is for This book is for Delphi developers who would like to build high performance applications with Delphi. Prior knowledge of Delphi is assumed.


The Delphi Technique in Nursing and Health Research

The Delphi Technique in Nursing and Health Research

Author: Sinead Keeney

Publisher: John Wiley & Sons

Published: 2011-01-25

Total Pages: 208

ISBN-13: 1405187549

DOWNLOAD EBOOK

The Delphi Technique in Nursing and Health Research is a practical guide to using the Delphi methodology for students and researchers in nursing and health. It adopts a logical step-by-step approach, introducing the researcher to the Delphi, outlining its development, analysing key characteristics and parameters for its successful use and exploring its applications in nursing and health. The book addresses issues of methodology, design, framing the research question, sampling, instrumentation, methodological rigour, reliability and validity, and methods of data analysis. The Delphi Technique in Nursing and Health Research enables the reader to be aware of the limitations of the technique and possible solutions, to design a Delphi questionnaire for each of the different rounds of a study, to consider different approaches to the technique in relation to a study, to analyse the data from each round of a Delphi study, and to understand the importance of feedback between rounds. Key Features A practical guide to facilitate use of the Delphi technique Provides the reader with the necessary information to participate in and conduct Delphi studies Examines different types of Delphi, including the e-Delphi, and modifications made to the technique Includes examples of real empirical investigations, brief case scenarios and key learning points for each chapter Explores the role of the Delphi researcher Explores ethical issues and issues of anonymity, use of experts and controlled feedback