Download or read book Delphi XE Handbook written by Marco Cantù and published by Createspace Independent Publishing Platform. This book was released on 2011 with total page 0 pages. Available in PDF, EPUB and Kindle. Book excerpt: Delphi XE Handbook is a guide to new features in Delphi XE, covering everything but the DataSnap portion of the product. Written by best-selling Delphi books author Marco Cantù, the book follows the Delphi Handbooks series on 2007, 2009, and 2010, both in scope and in the appraoch. This book on Delphi XE (covering only new features of the product) is 132 pages long and it is avaialble also in print. Here is the list of chapters: 1: Delphi XE IDE 2: Integrated Tooling 3: Compiler and RTL 4: XE Libraries
Download or read book Delphi 2007 Handbook written by Marco Cantu and published by CreateSpace. This book was released on 2007-09 with total page 258 pages. Available in PDF, EPUB and Kindle. Book excerpt: The guide to what's new in Delphi 2007 for Win32, from the best-selling author of the Mastering Delphi series. Source code and more information on http: //www.marcocantu.com/dh2007. The book covers changes in the CodeGear product, focusing on new features of the Delphi IDE, the Object Pascal languages, the RTL and VCL, the Vista support, the dbExpress architecture, and much more.
Download or read book The Tomes of Delphi written by Julian Bucknall and published by . This book was released on 2001 with total page 552 pages. Available in PDF, EPUB and Kindle. Book excerpt: 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.
Download or read book Fearless Cross Platform Development with Delphi written by David Cornelius and published by Packt Publishing Ltd. This book was released on 2021-10-22 with total page 544 pages. Available in PDF, EPUB and Kindle. Book excerpt: 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.
Download or read book Delphi GUI Programming with FireMonkey written by Andrea Magni and published by Packt Publishing Ltd. This book was released on 2020-10-29 with total page 532 pages. Available in PDF, EPUB and Kindle. Book excerpt: Create modern yet effective multi-platform applications by building interactive UIs following a single codebase approach to boost productivity Key FeaturesDelve into the FireMonkey framework and explore its powerful capabilitiesEnhance the user experience by using various technologies included in Delphi and FMXBoost developer productivity through the cross-platform capabilities enabled by the frameworkBook Description FireMonkey (FMX) is a cross-platform application framework that allows developers to create exciting user interfaces and deliver applications on multiple operating systems (OS). This book will help you learn visual programming with Delphi and FMX. Starting with an overview of the FMX framework, including a general discussion of the underlying philosophy and approach, you’ll then move on to the fundamentals and architectural details of FMX. You’ll also cover a significant comparison between Delphi and the Visual Component Library (VCL). Next, you’ll focus on the main FMX components, data access/data binding, and style concepts, in addition to understanding how to deliver visually responsive UIs. To address modern application development, the book takes you through topics such as animations and effects, and provides you with a general introduction to parallel programming, specifically targeting UI-related aspects, including application responsiveness. Later, you’ll explore the most important cross-platform services in the FMX framework, which are essential for delivering your application on multiple platforms while retaining the single codebase approach. Finally, you’ll learn about FMX’s built-in 3D functionalities. By the end of this book, you’ll be familiar with the FMX framework and be able to build effective cross-platform apps. What you will learnExplore FMX’s fundamental components with a brief comparison to VCLAchieve visual responsiveness through alignment capabilities and layout componentsEnrich the user experience with the help of transitions and visual animationsGet to grips with data access and visual data bindingBuild exciting and responsive UIs for desktop and mobile platformsUnderstand the importance of responsive applications using parallel programmingCreate visual continuity through your applications with TFrameStand and TFormStandExplore the 3D functionalities offered by FMXWho this book is for This book is for Delphi developers who are looking to discover the full potential of the FireMonkey framework in order to build interactive cross-platform GUI applications and achieve an optimal UI/UX. Basic familiarity with Delphi programming and the VCL will be beneficial but not mandatory.
Download or read book Delphi High Performance written by Primož Gabrijelčič and published by Packt Publishing Ltd. This book was released on 2018-02-26 with total page 328 pages. Available in PDF, EPUB and Kindle. Book excerpt: 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.
Download or read book Mastering Delphi 4 written by Marco Cantù and published by . This book was released on 1998 with total page 0 pages. Available in PDF, EPUB and Kindle. Book excerpt: Introducing programmers to all of Delphi 4's new features and techniques, this reference explores secrets of the environment, the programming language, the custom components, and Windows 95 programming in general. The CD-ROM contains Delphi third party products, advanced debuggers, code optimization tools, and ready-to-use ActiveX examples.
Download or read book The Complete Works of Julius Caesar written by Julius Julius Caesar and published by Createspace Independent Publishing Platform. This book was released on 2018-01-06 with total page 340 pages. Available in PDF, EPUB and Kindle. Book excerpt: This a presentation of the works of Julius Caesar in English translation. This includes his Gallic Wars and Civil Wars, plus three shorter works. Beyond its importance as a source document for military and Roman history, Caesar's clean prose style has long made his Gallic Wars the text of choice for second-year Latin. It is also of interest because of his first-hand observations of the Celtic tribes that he was waging war on. For instance, Book 6 contains a long passage about Gaulish society, the Druids, and his famous description of the original burning man ritual. Gaius Julius Caesar (13 July 100 BC - 15 March 44 BC), usually called Julius Caesar, was a Roman politician and general who played a critical role in the events that led to the demise of the Roman Republic and the rise of the Roman Empire. He is also known as a notable author of Latin prose.
Download or read book Delphi 4 Bible written by Tom Swan and published by Wiley. This book was released on 1998-08-05 with total page 0 pages. Available in PDF, EPUB and Kindle. Book excerpt: Write Dynamic Programs with Delphi Create a wide variety of powerful applications for Windows 95, 98, and NT platforms! Providing step-by-step instructions, expert tips, and over 100 sample applications, international bestselling author Tom Swan shows you how to take full advantage of Delphi 4's capabilities to develop software in different categories, including graphics, animation, database management, the Internet, and more. You Can Do It with Delphi 4 Explore Delphi's environment, visual components, and forms Create sleek user interfaces by using toolbars, coolbars, and scroll panels Develop applications with the Windows clipboard, OLE, and DDE Master the techniques of Object Pascal string-handling, lists, file streams, and exceptions Generate application charts and reports with QuickReport and TeeChart component libraries Construct custom components and ActiveX controls Add the finishing touches to your application—debug, produce online help, and create dynamic link libraries CD-ROM features source code from over 100 sample applications in the book! www.idgbooks.com System Requirements: Windows 95, Windows 98, or Windows NT
Download or read book Object Pascal Handbook Delphi 10 4 Sydney Edition written by Marco Cantu and published by . This book was released on 2021-03-03 with total page 534 pages. Available in PDF, EPUB and Kindle. Book excerpt: The Object Pascal Handbook for Delphi 10.4 is the complete guide to the programming language of Delphi. The book covers Object Pascal from the foundations to the latest extensions up to Delphi 10.4 Sydney and the author, Marco Cantu, is a well known Delphi guru, the author of dozens of Delphi books, and one of the Product Managers for RAD Studio at Embarcadero Technologies.
Download or read book Delphi in a Nutshell written by Ray Lischner and published by "O'Reilly Media, Inc.". This book was released on 2000-03-16 with total page 579 pages. Available in PDF, EPUB and Kindle. Book excerpt: With a new name and a new focus on CORBA, database drivers, and Microsoft Back Office applications, Inprise/Borland Delphi is enjoying a resurgence, with a growing user base of programmers who use Delphi for rapid development of enterprise computing applications. Not to rest on success, the latest version of Delphi, Version 5, includes further expansion and refinement of the 3-tier application framework introduced in Delphi 4 and has resulted in a prize-winning product.Delphi in a Nutshell is the first concise reference to Borland/Inprise Delphi available. It succinctly collects all the information you need in one easy-to-use, complete, and accurate volume that goes beyond the product documentation itself.Delphi in a Nutshell starts with the Delphi object model and how to use RTTI (Run Time Type Information) for efficient programming. The rest of the book is the most complete Delphi Pascal language reference available in print, detailing every language element with complete syntax, examples, and methods for use. The book concludes with a look at the compiler, discussing compiler directives in depth.
Download or read book NUREG CR written by U.S. Nuclear Regulatory Commission and published by . This book was released on 1977 with total page 164 pages. Available in PDF, EPUB and Kindle. Book excerpt:
Download or read book Manual of Engineering Drawing written by Colin H. Simmons and published by Elsevier. This book was released on 2003-10-21 with total page 308 pages. Available in PDF, EPUB and Kindle. Book excerpt: The Manual of Engineering Drawing has long been recognised as the student and practising engineer's guide to producing engineering drawings that comply with ISO and British Standards. The information in this book is equally applicable to any CAD application or manual drawing. The second edition is fully in line with the requirements of the new British Standard BS8888: 2002, and will help engineers, lecturers and students with the transition to the new standards.BS8888 is fully based on the relevant ISO standards, so this book is also ideal for an international readership. The comprehensive scope of this book encompasses topics including orthographic, isometric and oblique projections, electric and hydraulic diagrams, welding and adhesive symbols, and guidance on tolerancing.Written by a member of the ISO committee and a former college lecturer, the Manual of Engineering Drawing combines up-to-the-minute technical accuracy with clear, readable explanations and numerous diagrams. This approach makes this an ideal student text for vocational courses in engineering drawing and undergraduates studying engineering design / product design.Colin Simmons is a member of the BSI and ISO Draughting Committees and an Engineering Standards Consultant. He was formerly Standards Engineer at Lucas CAV.* Fully in line with the latest ISO Standards* A textbook and reference guide for students and engineers involved in design engineering and product design* Written by a former lecturer and a current member of the relevant standards committees
Download or read book Handbook of Particle Detection and Imaging written by Claus Grupen and published by Springer Science & Business Media. This book was released on 2012-01-08 with total page 1251 pages. Available in PDF, EPUB and Kindle. Book excerpt: The handbook centers on detection techniques in the field of particle physics, medical imaging and related subjects. It is structured into three parts. The first one is dealing with basic ideas of particle detectors, followed by applications of these devices in high energy physics and other fields. In the last part the large field of medical imaging using similar detection techniques is described. The different chapters of the book are written by world experts in their field. Clear instructions on the detection techniques and principles in terms of relevant operation parameters for scientists and graduate students are given.Detailed tables and diagrams will make this a very useful handbook for the application of these techniques in many different fields like physics, medicine, biology and other areas of natural science.
Download or read book Amber 2021 written by David A. Case and published by University of California, San Francisco. This book was released on 2021-06-13 with total page 959 pages. Available in PDF, EPUB and Kindle. Book excerpt: Amber is the collective name for a suite of programs that allow users to carry out molecular dynamics simulations, particularly on biomolecules. None of the individual programs carries this name, but the various parts work reasonably well together, and provide a powerful framework for many common calculations. The term Amber is also used to refer to the empirical force fields that are implemented here. It should be recognized, however, that the code and force field are separate: several other computer packages have implemented the Amber force fields, and other force fields can be implemented with the Amber programs. Further, the force fields are in the public domain, whereas the codes are distributed under a license agreement. The Amber software suite is divided into two parts: AmberTools21, a collection of freely available programs mostly under the GPL license, and Amber20, which is centered around the pmemd simulation program, and which continues to be licensed as before, under a more restrictive license. Amber20 represents a significant change from the most recent previous version, Amber18. (We have moved to numbering Amber releases by the last two digits of the calendar year, so there are no odd-numbered versions.) Please see https://ambermd.org for an overview of the most important changes. AmberTools is a set of programs for biomolecular simulation and analysis. They are designed to work well with each other, and with the “regular” Amber suite of programs. You can perform many simulation tasks with AmberTools, and you can do more extensive simulations with the combination of AmberTools and Amber itself. Most components of AmberTools are released under the GNU General Public License (GPL). A few components are in the public domain or have other open-source licenses. See the README file for more information.
Download or read book Handbook of Automotive Power Electronics and Motor Drives written by Ali Emadi and published by CRC Press. This book was released on 2017-12-19 with total page 909 pages. Available in PDF, EPUB and Kindle. Book excerpt: Initially, the only electric loads encountered in an automobile were for lighting and the starter motor. Today, demands on performance, safety, emissions, comfort, convenience, entertainment, and communications have seen the working-in of seemingly innumerable advanced electronic devices. Consequently, vehicle electric systems require larger capacities and more complex configurations to deal with these demands. Covering applications in conventional, hybrid-electric, and electric vehicles, the Handbook of Automotive Power Electronics and Motor Drives provides a comprehensive reference for automotive electrical systems. This authoritative handbook features contributions from an outstanding international panel of experts from industry and academia, highlighting existing and emerging technologies. Divided into five parts, the Handbook of Automotive Power Electronics and Motor Drives offers an overview of automotive power systems, discusses semiconductor devices, sensors, and other components, explains different power electronic converters, examines electric machines and associated drives, and details various advanced electrical loads as well as battery technology for automobile applications. As we seek to answer the call for safer, more efficient, and lower-emission vehicles from regulators and consumer insistence on better performance, comfort, and entertainment, the technologies outlined in this book are vital for engineering advanced vehicles that will satisfy these criteria.
Download or read book Leviathan written by Thomas Hobbes and published by Courier Corporation. This book was released on 2012-10-03 with total page 418 pages. Available in PDF, EPUB and Kindle. Book excerpt: Written during a moment in English history when the political and social structures were in flux and open to interpretation, Leviathan played an essential role in the development of the modern world.